BernhardS 0 Posted September 25, 2012 Report Share Posted September 25, 2012 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 Quote Link to post Share on other sites
justsomeguy 1,135 Posted September 25, 2012 Report Share Posted September 25, 2012 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 Quote Link to post Share on other sites
BernhardS 0 Posted September 26, 2012 Author Report Share Posted September 26, 2012 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 Quote Link to post Share on other sites
BernhardS 0 Posted September 26, 2012 Author Report Share Posted September 26, 2012 by further looking it looks like that IUSR is the default anonymous account thats been used by anonymous authentication Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.