How do I reapply .Net framework to server?

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

I uninstalled the inet server on my w2k server.
Then installed it again, but now it does not handle aspx pages.
I downloaded the dot.net framwork 1.1 and installed again but stil does not
work.

Any suggestions?
 
When I go to an asp page on the server it works fine, but all aspx pages
shows the html content insted of the webpage.
 
Run aspnet_regiis.exe -i. The utility will be located in System Drive
Letter:\WINDOWS\Microsoft.NET\Framework\FrameworkVersionNumber.

-John Oakes
 
Open up a "visual studio .net command prompt" and type "aspnet_regiis -i".

You can also try "aspnet_regiis" without any paramaters to see other aspnet
extension actions you can take.
 
Back
Top