Thursday 11 December 2008

Registering ASP.NET to IIS

Registering or removing ASP .NET in the IIS is simple. It takes only two steps:
  • Open Visual studio command prompt( dos)
  • run aspnet_regiis -i
Depending on the version you want to register you have to use correspond command prompt. i.e. to register .NET 2.0 use VS 2005 or VS2008 command prompt and for .NET 1.1 user VS .NET 2003 command prompt.

To remove a registered version use : aspnet_regiis -u



No comments:

Post a Comment