Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts

Tuesday, March 9, 2010

How to set default website to ASP.NET 2.0


The following will set the default website to ASP.NET 2.0:
C:\windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -sn W3SVC/
Child applications inherit the ASP.NET setting from the parent, so all children will have the new setting.