Support Portal
Language
 
Home>Knowledge Base>Installation>Can I install or re-install IIS after installing .NET Framework?
Information
Article ID36
Created On2/26/2008
Modified5/20/2010
Can I install or re-install IIS after installing .NET Framework?
Yes, you can. But you will also need to run the command:

%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i


This will re-create application mappings in IIS, and it will instruct IIS how to handle ASPX, ASMX, ASCX and other ASP.NET files.