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

Cannot display asp pages from my web server

Status
Not open for further replies.

fchan

MIS
Jul 2, 2001
47
0
0
US
Hi,

I'm running IIS 5.0 on a Windows 2000 workstation and I can't get my asp pages to display. I get a HTTP 500 - Internal Server Error when I try to view my asp pages. I can see html pages fine though. Any suggestions? I already uninstalled and reinstalled the IIS component a couple of times.
 
Is it possibly a permissions issue? You'd want to have read and execute permission on the scripts and the folder they're in...
 
As far as i know it is not a permission problem. the folder and all sub-folders are set to allow anonymous access. And no, I am not trying to access the asp pages outside of the browser.
 


fchan,

Try something simple first.

<html>
<body>
Test

<%
response.write &quot;IN ASP&quot;
%>
End test

</body>
</html>

fengshui_1998
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top