I have a desktop application that makes a call to an asp page on the web server. The web server is currently returning a 500 server error and I cannot figure out how to get
You can enable "trace logging" on IIS Manager. It fill create bunch of XML files you can easily investigate using IE installed on the server. (other browsers may fail to process xslt style files)
From Technet:
Connections
pane, click Sites
.Features View
, select the site for which you want to enable trace logging.Actions
pane, under ``Configure, click Failed Request Tracing
.Edit Web Site Failed Request Tracing Settings
dialog box, select Enable
to enable logging for this site.Directory text box
, type the path where you want to store the log files or click the browse button (...) to find a location on the computer. The default is %SystemDrive%\inetpub\logs\FailedReqLogFiles
.PS: don't bother IIS 7.0, almost same as IIS 8.x