Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges
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.

Posted: Friday, July 07, 2006 7:01 AM by echarran

Comments

Dot Net Digest said:

If you happen to install IIS after Visual Studio 2005 then you might need to do either one of these steps......
# July 7, 2006 11:32 AM
Anonymous comments are disabled
Page view tracker