can't runs asp

  • Thread starter Thread starter Dan Hennigan
  • Start date Start date
D

Dan Hennigan

Yesterday my website quit running active server pages causing denial
of access to the active server pages. I am running Windows 2000
server. How can I fix this? Any help will be appreciated. Dan
 
First of all, this post might be more appropriate in the
IIS group. Secondly, can you provide more information as
to the error? Is it asp 500 - server error?

A common cause I've seen of ASPs not working is when the
IWAM and IUSR account credentials get out of sync. This
can be easily corrected by running the admin
script 'synciwam.vbs.' To do this, just go to a command
line and type (assuming you have a default installation
of IIS): cscript c:\inetpub\adminscripts\syniwam.vbs

If you want to run that in verbose mode, add the -v
switch to the end.

HTH, BJS
 
Back
Top