Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2006

Tip: Looking for answers? Try searching our database.

Help with ASP 1.1 and ASP 2.0 on IIS 6.0

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John Cosmas - 14 Feb 2006 18:29 GMT
I have 2 applications, one needs 1.1 and the other needs 2.0 on an IIS 6.0
running on Server 2003.  For some reason, when one works, the other says,
SERVER APPLICATION UNAVAILABLE.  Is there a reason why this does not work
together?  I made sure in the CONFIG/SETUP that the application uses the
right ASP.NET framework from the IIS console.  Please help.
jhcorey@yahoo.com - 14 Feb 2006 18:51 GMT
One would hope that the 1.1 app could run under 2.0, but I know from
experience that this is not always the case.
You'll have to create Application Pools in IIS.  My understanding is
that these can be set up to handle the different framework versions,
though I haven't actually done this.
tdavisjr - 14 Feb 2006 19:01 GMT
One ONE version can run inside an app pool at any given time.  Create
an app pool just for 1.1 apps and another just for 2.0 apps. They can't
both run at the same time.
Shane Bauer - 14 Feb 2006 19:04 GMT
Yeah. You have to create a separate application pool for each version of the
framework.

Signature

Shane Bauer - MCP ASP.NET
http://www.shanebauer.com

>I have 2 applications, one needs 1.1 and the other needs 2.0 on an IIS 6.0
>running on Server 2003.  For some reason, when one works, the other says,
>SERVER APPLICATION UNAVAILABLE.  Is there a reason why this does not work
>together?  I made sure in the CONFIG/SETUP that the application uses the
>right ASP.NET framework from the IIS console.  Please help.
Juan T. Llibre - 14 Feb 2006 19:07 GMT
When running ASP.NET under IIS 6.0 ( W2K3 ), you need to place
1.1 applications and 2.0 applications in different Application Pools.

You can have as many Application Pools as your RAM allows but,
at the very least, you need to have 1.1 apps and 2.0 apps in separate
application pools.

If you need to, for critical applications, you can create additional
App Pools for them, so they are isolated and don't crash when
an application causes a shared Application Pool to crash.

Open the IIS Manager, scroll on the left to "Application Pools",
and create as many Application Pools as you need.

Then, assign your apps to the App Pools you created, making sure
that 1.1 apps and 2.0 apps are not assigned to the same App Pool.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
>I have 2 applications, one needs 1.1 and the other needs 2.0 on an IIS 6.0 running on Server 2003.
>For some reason, when one works, the other says, SERVER APPLICATION UNAVAILABLE.  Is there a reason
>why this does not work together?  I made sure in the CONFIG/SETUP that the application uses the
>right ASP.NET framework from the IIS console.  Please help.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.