asp classic - IIS 6 is throwing a "500 - Internal Server Error" for some users but not others -


i had written mini app in asp classic week. worked on test server connecting test data base. yesterday evening moved test server live server updating connection strings live db.

i published application default website in default app pool. tested , worked perfectly.

this morning both myself , user receive 500 -internal server error when try , save changes database(there appears no issue reading db) yet 2 other collogues have no issue @ all.

even more odd same thing happening on test server code hasn't been changed in weeks. morning cannot commit db there either.

i have attempt enable more detailed error tracking , logging property options server seem unavailable when tried set custom active server pages (asp) error pages off online tutorials.

the server used lot of people wondering permission issue depending on user restricts writting database. or else may have changed allow users write data , others receive error.

im knew iis may glaringly obvious haven't considered.

thanks

this article should you:

in earlier versions of iis, error messages classic asp scripts sent web browser, default. because these error messages might reveal sensitive information malicious users, iis 7 , above disables feature default. when classic asp scripts encounter error in iis, receive following error message default:

an error occurred on server when processing url. please contact system administrator.  if system administrator please click here find out more error. 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -