Copying updated ASP.NET 1.1.4322 web files resets IIS.
am 20.11.2007 14:44:01 von shaase
We have a 1.1.4322 .NET web application hosted on a Windows Server 2003 using
IIS 6.0.
We copied two recently updated files to our websiteâs home directory:
login.aspx, and ams.dll; login.aspx went into the root of the web, and
ams.dll went into the bin. There were no other changes.
The act of doing this copy resulted in IIS stopping and starting itself. We
received the following in Event Viewer: â¦Event ID 7035⦠âThe World Wide Web
Publishing Service service was successfully sent a stop control.â
This does not happen consistently; sometimes this happens, other times IIS
continues without a hitch.
Can someone point me in the right direction so that I can further read up on
and understand this behavior.
Thanx in advance,
Shawn K Haase
Re: Copying updated ASP.NET 1.1.4322 web files resets IIS.
am 06.12.2007 23:36:30 von Tiago Halm
From my experience, there should not be a stop/start, purely an AppDomain
unload. IIS6 team may give more info on this.
Tiago Halm
"shaase" wrote in message
news:B445DED5-948E-44B9-A438-2D49EAE95EE1@microsoft.com...
> We have a 1.1.4322 .NET web application hosted on a Windows Server 2003
> using
> IIS 6.0.
>
> We copied two recently updated files to our website's home directory:
> login.aspx, and ams.dll; login.aspx went into the root of the web, and
> ams.dll went into the bin. There were no other changes.
>
> The act of doing this copy resulted in IIS stopping and starting itself.
> We
> received the following in Event Viewer: .Event ID 7035. "The World Wide
> Web
> Publishing Service service was successfully sent a stop control."
>
> This does not happen consistently; sometimes this happens, other times IIS
> continues without a hitch.
>
> Can someone point me in the right direction so that I can further read up
> on
> and understand this behavior.
>
> Thanx in advance,
>
> Shawn K Haase
>