This topic is locked

Manual changes on xxx.asp sources

3/20/2007 3:25:02 PM
ASPRunnerPro General questions
Alberto author

Sergey,
Is it possible you can create a solution to help us keep some manual changes to the xxx.asp sources with out getting them wiped out after installing new updates. Unless there is already a place for parameters like these to stay with the project, even after we rebuilt them with a new version of ASPRunner.
For example:

Server.ScriptTimeOut=XXXX for export or other pages

TcpTimedWaitDelay

etc
Ideally in step 9: So we can easily change or reset the standard values according to the needs

At project level

At page level
Other maybe easier option: So we can backup before a new installation.

In something like parameters.asp file for each project or page

thanks

Sergey Kornilov admin 3/21/2007

Store these parameters in include/header.asp file. This is all you need to do.

Alberto author 3/22/2007

Great Thanks