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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS6 not hosting asp pages

Status
Not open for further replies.

deviantc

Programmer
Mar 30, 2006
3
0
0
US
Hi all,

I've recently setup a new webserver using WinServer2003. I've got IIS installed and am able to get it to return a .htm page on the localhost, but when I try to run a .asp page it gives me a 404 error.

I'm using the exact same page for both, with a simple html "Hello", just with different extentions.

What have I missed to get asp to host?

Thanks,

Ryan
 
Ryan,

In IIS have you enabled the ASP Server Extension?? It's set to prohibited by default I believe.

Mike
 
Yes, that was exactly the problem. I knew it was something simple. Thank you.

Ryan
 
I'm also getting the same issue. asp, aspx, asmx pages all return a 404. I have enabled the ASP Server extensions for ASP, ASP.NET v1.1.4322, ASP.NET v2.0.50727 and, Server Side Includes. I've been able to get other web servers running this one is giving me loads of issues I can't seem to find any help other than to enable ASP extensions. The server is Win 2k3 with SP 1. Thanks to anyone who can help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top