Saturday, September 11, 2010

Register ASP.NET on Internet Information Server (IIS)

If you happen to install IIS after you have installed .NET or Visual Studio, ASP.NET is not automatically registered by IIS. This means that IIS will not serve your ASP.NET applications correctly.

To fix it you must open a Command Prompt as administrator (right click and select "Run as administrator").








Navigate to the .NET framework version you wish to register and run "aspnet_regiis.exe -i".

No comments:

Post a Comment