Jump to content

Can't get a asp script from tutorial to work


BernhardS

Recommended Posts

Hi, I want to use the edittool.asp from the XSLT Tutorial: http://www.w3schools.com/xsl/xsl_editxml.asp I tried them on a IIS 7.x on a Windows 2008 server or on Windows 7 prof.As far as i know i've enable ASP on the server and the standard "Hello world" tests are working without a problem.When i use the edittool.asp script exactly like at the tutorial with a form i got a 500 Server Error.I've given also the IIS_IUSRS Users full access rights to the inetpub folder where the files are located.What else needs to be enabled on the IIS Server? How can i debug the error more in order to get more information what went wrong or is missing? regards,Bernhard

Link to comment
Share on other sites

There is some information about error options in IIS 7 here, by default it does not return error messages to the browser. You can change that behavior to get the actual error. http://www.iis.net/learn/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/classic-asp-script-error-messages-no-longer-shown-in-web-browser-by-default

Link to comment
Share on other sites

thanks justsomeguy, i worked out the problem by using "Failed Request Tracing". Then i saw that there was still a "Access Denied" issue. After given the User "IUSR" full access rights the problem was solved. Not sure why this user is not inside IIS_IUSRS ... regards,Bernhard

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...