I have an existing web application using IIS 4.0 One of the asp pages may be causing IIS to crash. I would like to take this folder and have it run out of process. I know I can do this by creating a new web app with this folder and setting the properties, however I have a few questions.
1. The directory structure is:
this is the current web app
one of the folders is wwroot/app1/app2
If I make this a new web app will my links in app1 to app2 still work?
2. App2 uses some of the Application level variables defined in the global.asa for app1. I suppose I could copy the global.asa to this app as well, but is there a better way?
Any help is appreciated.
1. The directory structure is:
this is the current web app
one of the folders is wwroot/app1/app2
If I make this a new web app will my links in app1 to app2 still work?
2. App2 uses some of the Application level variables defined in the global.asa for app1. I suppose I could copy the global.asa to this app as well, but is there a better way?
Any help is appreciated.