« Previous Next »
Last post 08-06-2008 1:22 PM by ma_khan. 7 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (8 items)
Sort Posts: Oldest to newest Newest to oldest
Hi - I have tried to set up IIS7 to run .asp pages and I get the above error message. html files are fine. Any ideas would be greatfully received.
Did you run the file from the server ... you might see some detailed error there... secondly... try to remove Show Friendly HTTP error messages in IE->Options->Advanced to see some more to it... Is this ASP App running well on an IIS 6 box??
is asp installed correctly
http://www.vitaminzproductions.com/technology-blog/index.php/2007/05/19/setting-up-asp-classic-on-iis-7-vista/
It looks like you have default IIS7 install. Classic ASP is not installed if you have default IIS7 install. Run appwiz.cpl from the run command(or command prompt) and install ASP. That should also take care of your script map handler mappings and you should be ready to serve classic ASP content.
Thanks,
Mukhtar Desai
IIS Performance Team
hi - I have set up asp classic as per http://www.vitaminzproductions.com/technology-blog/index.php/2007/05/19/setting-up-asp-classic-on-iis-7-vista/ now, now I am getting
HTTP 500
The asp page I am tring to run is very simple - just a test page with an .asp extension as I have just set up the server on my local machine to test as I develop. I have turned off Show Friendly HTTP error messages and it has not fixed the problem. Thanks
could you talk me through appwiz.cpl ? Thanks
If you followed the document above then you already have checked ASP....Like I said remove Friendly HTTP Error Message from the browser ... you should get some more info from that ...