I installed the 2.0 framework on my W2K3 servers. We have noticed that when
we use the new ASP.Net tab in the MMC to set the version for a given site it
recycles the entire web service.

Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1023
Date: 3/14/2006
Time: 3:53:32 PM
User: N/A
Computer: BIGBLUE
Description:
Restarting W3SVC

On a production server with lots of web sites, this is not desireable as the
entire system becomes unusable. In my opinion it should only recycle the
affected application pool and not the entire W3SVC service. Has anyone else
experienced this? Any workaround? Should I report this as a bug to PSS?

Thanks.

Re: Dot Net 2.0 IIS Recycle by tatatosi

tatatosi
Thu Mar 16 04:39:08 CST 2006


DaveK napisal(a):
> I installed the 2.0 framework on my W2K3 servers. We have noticed that when
> we use the new ASP.Net tab in the MMC to set the version for a given site it
> recycles the entire web service.
>
> Event Type: Information
> Event Source: ASP.NET 2.0.50727.0
> Event Category: None
> Event ID: 1023
> Date: 3/14/2006
> Time: 3:53:32 PM
> User: N/A
> Computer: BIGBLUE
> Description:
> Restarting W3SVC
>
> On a production server with lots of web sites, this is not desireable as the
> entire system becomes unusable. In my opinion it should only recycle the
> affected application pool and not the entire W3SVC service. Has anyone else
> experienced this? Any workaround? Should I report this as a bug to PSS?
>
> Thanks.
I have the same problem... Any ideas?
Thanks
Piast


Re: Dot Net 2.0 IIS Recycle by DaveK

DaveK
Fri Mar 17 07:30:16 CST 2006

It appears to be working as designed. I tried the command line aspnet_regiis
for both 1.1 and 2.0 and they both recycled W3SVC. I think the answer is
going to be to run "aspnet_regiis -i" and install 2.0 into all sites. It's
advertised as being compatible for 1.1 and that eliminates the need to set
sites individually.