Puzzle

  • Thread starter Thread starter Timur
  • Start date Start date
T

Timur

Hello Everyone!

I have VS 7 2002 Enterprise Developer edition and created and run .NET Web
Application. After a while, I have tried to run the same *.aspx page on
local machine's IIS, but it doesn't open in browser anymore, instead, it
briefly displays a 'File Downlad' dialog box (similar to when you run
solution from within IDE) and opens the *.aspx page in VS7 IDE with
highlighted <%@ Register.... tags until beginning of <!document tag of the
page itself.

Anyone has an idea what can be done to restore normal display of *.aspx
pages in browser?

Kind Regards,

Tim
 
ASP.NET is probably not registered (see "aspnet_regiis") on the local
machines IIS. Therefore, IIS doesn't know what to do with .aspx files, and
you get the download prompt.
 
Back
Top