Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP.NET 1.1 and 2.0 apps on the same server
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01097312
Message ID:
01097335
Views:
11
Yeah, in W2003 the 1.1 and 2.0 CLR cannot execute under the same worker process so you have to setup separate application pools for them to run in. Another "gotcha" is to setup a separate pool for debugging your 2.0 apps. When stepping though code using the debugger all other applications that run in the same worker process may be suspended (not good when tracing a problem on a production server).

Glad to see you got it working.
Mike

>Thanks for responding.
>
>Yes, we are (Win2003 server)
>
>Very dumb question - are you referring to something like this?
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000009.asp
>
>
>
>Kevin
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform