NET Problem
am 06.11.2007 21:43:39 von Kevin Antel
We're running Win 2003 Standard SP2 with IIS 6.0 and .NET 1.1 and .NET 2.0.
When we change a website from .net 2.0 to .net 1.0, all of the webs are
stopping and not starting back up. Anybody have any ideas? It's happening
pretty consistant now.
Re: NET Problem
am 06.11.2007 23:36:56 von Consultant
1.1 and 2.0 dotnet apps cannot run under the same application pool.
"Kevin A" wrote in message
news:u5h72WLIIHA.4808@TK2MSFTNGP05.phx.gbl...
> We're running Win 2003 Standard SP2 with IIS 6.0 and .NET 1.1 and .NET
> 2.0.
>
> When we change a website from .net 2.0 to .net 1.0, all of the webs are
> stopping and not starting back up. Anybody have any ideas? It's
> happening pretty consistant now.
>
Re: NET Problem
am 07.11.2007 15:50:54 von Glenn Fecunda
Thats right, you need to configure 2 separate application pools.
--
Regards,
Glenn Fecunda
http://adaptive-techniques.net
Consultant wrote:
> 1.1 and 2.0 dotnet apps cannot run under the same application pool.
>
> "Kevin A" wrote in message
> news:u5h72WLIIHA.4808@TK2MSFTNGP05.phx.gbl...
> > We're running Win 2003 Standard SP2 with IIS 6.0 and .NET 1.1 and
> > .NET 2.0.
> >
> > When we change a website from .net 2.0 to .net 1.0, all of the webs
> > are stopping and not starting back up. Anybody have any ideas?
> > It's happening pretty consistant now.
> >
Re: NET Problem
am 08.11.2007 19:28:58 von Rick Barber
One thing to note in case this is a production server, if you change the
framework version through the ASP.Net tab under properties, it will
essentially reset all sites on the server. One way around this is to change
all the application extensions to point to the aspnet_isapi.dll of the
version of the framework you want the site to use. There are other ways and
you will find this article helpful if you are interested in more
information:
http://aspalliance.com/306_Switching_Versions_of_the_ASPNet_ Framework__The_Fast_Way
--
Rick Barber
http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support
"Glenn Fecunda" wrote in message
news:4731d0cd$0$24394$5fc3050@news.tiscali.nl...
> Thats right, you need to configure 2 separate application pools.
> --
> Regards,
>
> Glenn Fecunda
> http://adaptive-techniques.net
>
>
> Consultant wrote:
>
>> 1.1 and 2.0 dotnet apps cannot run under the same application pool.
>>
>> "Kevin A" wrote in message
>> news:u5h72WLIIHA.4808@TK2MSFTNGP05.phx.gbl...
>> > We're running Win 2003 Standard SP2 with IIS 6.0 and .NET 1.1 and
>> > .NET 2.0.
>> >
>> > When we change a website from .net 2.0 to .net 1.0, all of the webs
>> > are stopping and not starting back up. Anybody have any ideas?
>> > It's happening pretty consistant now.
>> >