iis - Split ASP Classic and ASP.NET into separate App Pools -


is possible run asp.net , asp classic in separate app pools? asp classic pages mixed within same asp.net application , sub folders. basically, have site , run asp.net portion in own app pool , asp classic in separate app pool. intent run asp.net in "web garden" configuration; can not if asp.net , asp classic in same app pool, due fact classic portions rely on session variables in process.

we have considered rewriting classic self contained in 1 directory, , switching sql-based session storage classic. determined easier attempt split app pools, these 2 options require significant time investment. thank assistance!

that's not possible afaik, can configure iis application pool application.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -