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

Configuring Personal WebServer

Status
Not open for further replies.

dellyjm

Programmer
Apr 13, 2000
168
JM
What steps are required to configure Personal Web Server that comes with IIS5 on Windows 2000 to run ASP scripts?

It keeps giving me a error 500.

Thanx.

Delton.
 
Hmm,
I would check a couple of things.
Firtsly, make sure that for your virtual directory that you ghave Execute permissions on the Home Directory tab of the property sheet set to Scripts only (you get at this via the MMC).
Secondly, if you have a loop in your code, check that it is not infinite. I had this problem when I stupidly forgot to add a MoveNext clause on my recirdset and so the ASP went into an infinite loop!

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top