Steve
|
| Posted: 09/26/2002, 4:15 PM |
|
Any Ideas for Work Around?
Big Bug!
There is a Variable called ServerURL in the Common.Asp It is only used within CCSecurityRedirect to assign the Link variable for the redirect when security is being checked.
If code charge is used for development then it could be assumed that there would be a development/test environment.
If the ServerURL envirnment is set to the development/test environment, then when the pages are moved to a production environment, the ServerURL still points to the Development environment.
What does this mean, CodeCharge can't be used for more than one environment withoiut modification to pages.
Part of the purpose of using an IDE is to develop an application and not have to make any modifications to put it into production.
I want to use CodeCharge for an application to be used on more than one website. In particular, I want to have the back-end the same on every website. If I make changes to some of the pages, I want to simply copy/FTP the pages to production after they have been tested in the test/Quality assurance environment.
Code Charge Studio Can't be used for a multi-environment application or for one that has a test environment and a production environemt.
In particular, I have a test environment set up on my desktop using MS PWS ( I also have a Cold Fusino Environment set up). I publish to the test environment. Everything works great, When I FTP, the application to the Internet. Not so Good. The login comes back the the PWS webserver page (this is specified in ServerURL in the Project set-up). The ServerURL is required.
Any work-around for this major flaw.
|
|
|
 |
Steve
|
| Posted: 09/26/2002, 4:50 PM |
|
Found Solution ----
Under Project Settings - Convert Login Page URL -
It Defualts to Absolute - Change to None then the Login Redirect will redirect to Login.asp page in directory.
-----
This may be issue for multi-Subdirectory Project (ie pages in multiple directories. May need login pae for each sub-directory if not using absolute option.
|
|
|
 |
Nicole
|
| Posted: 09/30/2002, 11:38 PM |
|
Steve,
My opinion that your suggestion about BUG is wrong. The code generated by CCS can be used on different machines without modifications. Please think and understand that CCS provides different settings for URL convert, you should use the one that suits your needs. In case you want to redirect code work on different servers you should use relative path, not absolute and CCS provides such ability. The only thing you should do is to check selected settings.
|
|
|
 |
|