Installing IIS After Visual Studio 2005
If you happen to install IIS after
Visual Studio 2005, you must first reregister IIS by running aspnet_regiis -i
from the 2.0 version of the framework folder. Optionally, you might have
to repair the dotnet framework.
<DVD Drive>:\wcu\dotNetFramework\dotnetfx.exe
/t:c:\temp /c:"msiexec.exe/fvecms
c:\temp\netfx.msi"
Even after this, you might still not be able to create an
ASP.NET website within IIS. When you look in the Location pulldown, you'll
see File System, FTP, but no HTTP. To fix this we looked into IIS to
ensure that the ASP.NET tab of the default website was bound to ASP.NET 2.0
instead of 1.1.
Comments
- Anonymous
July 07, 2006
If you happen to install IIS after Visual Studio 2005 then you might need to do either one of these steps......