IIS installed *after* dot NET framework

  • Thread starter Thread starter Pavils Jurjans
  • Start date Start date
P

Pavils Jurjans

Hello,

Please, what should I do, if dotNET framework has been installed before the
IIS 5.1, and now, when IIS is installed, it does not support aspx files, of
course. I am worried that adding all the application configuration settings
for asax, ascx, ashx, etc files could be claying with fire. Maybe there is
some utility auto-configuring this for IIS 5.1? Or am I doomed to uninstall
IIS, uninstall dotNET framework, and then install IIS, and then dotNET
framework?

Thanks,

Pavils
 
Hi Pavils,

You will need to run "aspnet_regiis.exe" -i from the .NET command line. This will setup IIS for ASP.NET.

Matt Hawley, MCAD .NET http://www.eworldui.net Hello,

Please, what should I do, if dotNET framework has been installed before the
IIS 5.1, and now, when IIS is installed, it does not support aspx files, of
course. I am worried that adding all the application configuration settings
for asax, ascx, ashx, etc files could be claying with fire. Maybe there is
some utility auto-configuring this for IIS 5.1? Or am I doomed to uninstall
IIS, uninstall dotNET framework, and then install IIS, and then dotNET
framework?

Thanks,

Pavils



[microsoft.public.dotnet.framework.aspnet]
 
I had the same problem. I went back and installed the dotnetfx.exe over
again. My aspx pages work fine now.

Shock
 
Back
Top