Problem with WWW and .NET

  • Thread starter Thread starter Boniek
  • Start date Start date
B

Boniek

Hi

I don't know what I do wrong and what I have to do. I installed a new
instance of system with Internet Information (server WWW) and .NET framework
with Visual Studio. Now I have a problem because my WWW doesn't see ASP.NET
files. It ignore *.aspx and doesn't see ASP.NET applications. I reainstalled
Internet Information service but it doesn't work.
In a properties of any WWW applications, on a Documents tab I see only
documents with .asp and .htm extensions but I don't see *.aspx.
What I have to do ?

Thank's for all
Boniek
 
If you install IIS after you install .NET then IIS will not know what to do
with .aspx files.

To correct this, go here:

C:\[windows directory]\Microsoft.NET\Framework\[framework version]

.... and run this command:

aspnet_regiis -i

--Bob
 
Back
Top