Blog Stats
  • Posts - 42
  • Articles - 0
  • Comments - 98
  • Trackbacks - 34

 

Host - ASP.net-iis repair

To fix IIS mappings for ASP.NET, follow these steps:
Run the Aspnet_regiis.exe utility:
Click Start, and then click Run.
In the Open text box, type cmd, and then press ENTER.
At the command prompt, type the following, and then press ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i
In this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command.
Register the Aspnet_isapi.dll:
Click Start, and then click Run.
In the Open text box, type the following, and then press ENTER:
regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dll
Regsvr32 returns the results of the registration.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: Host - ASP.net-iis repair

Gravatar Thanks alot

Normally i just run dotnetfx.exe (from Microsoft) but this time it didn't work. 3/2/2005 5:01 AM | Kynan

# re: Host - ASP.net-iis repair

Gravatar hello writer,
thansk for your posting. i could find solution to your posting. 11/20/2010 5:24 AM | hyeok-youn.heo

# re: Host - ASP.net-iis repair

Gravatar thanks, it was very helpfull 11/15/2011 12:32 PM | dolev

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © Vinayak