I have a web server that hosts multiple sites. Some sites are written in classic ASP others in .Net. The sites do NOT interoperate with one another.
To provide our users with additional data availability, I would like to change the sessionState from In-Proc to an Out-Proc state and maybe use a central server as a session state repository. Will classic ASP and .Net co-exist in harmony with an Out-Proc session state and the aspnet_state service running?
Also, will classic ASP have any problems running in a web farm environment using the Out_Proc session state?
Thanks.
Paul
Work on Windows, play on Linux.
To provide our users with additional data availability, I would like to change the sessionState from In-Proc to an Out-Proc state and maybe use a central server as a session state repository. Will classic ASP and .Net co-exist in harmony with an Out-Proc session state and the aspnet_state service running?
Also, will classic ASP have any problems running in a web farm environment using the Out_Proc session state?
Thanks.
Paul
Work on Windows, play on Linux.