Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

localhost does not process aspx file

Status
Not open for further replies.

foxbldr

Programmer
Apr 16, 2002
109
CA
Hi All,

When I view my aspxs on http:\\localhost, it displays actual source code. I registered dll and ran aspnet_regiis.exe too.

Can somebdoy help me?

tx
Foxbldr


 
Have a look in IIS - are the relevant file extensions (i.e. aspx) mapped to a dll?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
foxbldr - in the past a problem like this had arisen due to the order on installng IIS and the dot NET framework (making sure IIS is installed first followed by dot NET). Just thought I'd mention this though it may not be an issue here (when the reverse order is carried out the results are similar to what you are seeing, i.e., code and not aspx rendered pages).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top