Skip to main content
NetworkAdminKB Logo

Knowledge Base

Go Search
NetworkAdminKB.com
Knowledge Base
VBScript Library
Utilities
  
NetworkAdminKB.com > Knowledge Base > Knowledge Base > Windows2003 > How to re-register ASP.Net with IIS  

How to re-register ASP.Net with IIS

Author Details
Author: NetworkAdminKB.com
Created: 2008-05-27
Modified: 2008-11-19
Article Content

Issue:

In the list of Web Service Extensions in the IIS Manager one of the versions of ASP.Net that is installed on the server is not listed.  You can verify that the desired version of ASP.Net is installed by looking in the default installation folder.

 

%systemroot%\Micrsoft.NET\Framework\<version>

 

Cause:

The ASP.NET version has not been registered with IIS, or was removed.

 

Solution:

You can re-register the desired ASP.NET version with IIS using the aspnet_regiis.exe utility

 

1)      Open a command prompt

a.       Type the following

"%systemroot%\Microsoft.NET\Framework\<version>\aspnet_regiis.exe" –i

 

Where <version> is the actual version of ASP.NET that needs to be re-registered with IIS.

Related Articles
 
Last modified at 11/19/2008 10:17 AM  by TEMPLATE\kbadmin 
 
 NetworkAdminKB.com
 Copyright © 2008 NetworkAdminKB.com, All rights reserved. Terms of Use | Contact US