|
-
Sep 28th, 2010, 09:03 AM
#6
Thread Starter
Frenzied Member
Re: Running ASP.NET 1.1 app on Win 2008 R2
 Originally Posted by gep13
Hello,
Do you have separate application pools for each .Net Framework. I typically do this, as I have seen it cause problems in the past.
Create one for 1.1, and one for 2.0. Put the necessary applications in each application pool, and check that the ASP.Net Configuration Setting has been made for each application, and that an actual "application" has been created for each web site/virtual directory that you need.
Gary
Yes, indeed I have a separate application pool for each application. There is an app pool called ASP.NET 1.1 created by .NET framework 1.1 and another app pool that I created that uses v2.0. If I set my application to use the app pool that runs under v2.0, it works. If I change the app pool and set the application to work under ASP.NET 1.1, it doesn't work.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|