Re: .NET 1.1 apps stop working when .NET 2.0 starts working etc

Tech-Archive recommends: Fix windows errors by optimizing your registry



If you're using IIS 6.0, you need to place .Net 1.1 apps
and .Net 2.0 apps in separate Application Pools.

You cannot mix 1.1 apps and 2.0 apps in the same App Pool.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"lds" <lisa.staples@xxxxxx> wrote in message news:1191437582.981544.62670@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On our server we have both applications that have been migrated to use
v2.0 of the framework as well as apps that have not yet been migrated
and still use 1.1. When I tried to deploy my v2.0 app earlier today
it would not work. We restarted IIS and evenutally it started
working, but not right after it restarted. Once it finally started
working, the other v1.1 apps stopped working and we got the "Server
Application is not available" error. We restarted IIS again and the
1.1 apps started working again and the 2.0 app stopped.

Does anyone know what would be causing this issue? You can have both
versions running on the same server can't you?



.



Relevant Pages

  • Re: Forcing ASP.NET 1.1 isnt working
    ... Thanks Juan! ... continued to happen even after recycling the iis and web services. ... that the following patch: ... That doesn't work for web apps. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forcing ASP.NET 1.1 isnt working
    ... Set winhttp = Server.Createobject ... continued to happen even after recycling the iis and web services. ... the website require access to the 2.0 framework directory. ... (and without reconfiguring any existing apps to run under ASP.NET 2.0). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forcing ASP.NET 1.1 isnt working
    ... Set winhttp = Server.Createobject ... continued to happen even after recycling the iis and web services. ... the website require access to the 2.0 framework directory. ... (and without reconfiguring any existing apps to run under ASP.NET 2.0). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forcing ASP.NET 1.1 isnt working
    ... I like that initial request thing, ... continued to happen even after recycling the iis and web services. ... the website require access to the 2.0 framework directory. ... aspnet_regiis.exe -lk say that all sites and apps are running 1.1. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: App configured as 2.0, throws event implying running as 1.1 in .net form browser control, works
    ... Was the browser control written for ASP.NET 1.1? ... Otherwise...run your 1.1 and 2.0 apps in different Application pools. ... IIS process. ...
    (microsoft.public.dotnet.framework.aspnet)