jwoodruff7:When I check the event viewer all it shows is this. Can anyone explain why this happens. Thanks.
Source: ASP.NET 2.0.50727.0
Type: Information
Event ID: 1023
Description: Restarting W3SVC
This behaviour is documented here :
http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
"The -norestart option prevents a restart of the World Wide Web
Publishing Service after ASP.NET script maps are installed or updated. You
should use this option if you do not want all application pools to be recycled.
If you are running multiple websites in IIS, in various application pools, and
you do not want all of them to be restarted, you should use this option.
Note that any changes made using the ASP.NET tab on the Internet Information
Service console application also cause all application pools to be recycled. If
you want to change the ASP.NET version an application uses without causing all
application pools to be recycled, run the following two commands to change the
version."
Regards,