IIS installed *after* dot NET framework

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
 
M

Matt Hawley

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]
 
S

Shock

I had the same problem. I went back and installed the dotnetfx.exe over
again. My aspx pages work fine now.

Shock
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top