Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get more details on my request error on IIS7

I have deployed a REST service on an external server (IIS7). When I start the service from VS on the Dev server it works fine. But on the server i get:

Request Error, The server encountered an error processing the request. Please see the service help page for constructing valid requests to the service.

How do I get more details on this error? I have looked in the log files directory that is configured under Logging feature for this web site in IIS Manager, but there are no files at all for this site it seems.

like image 517
Manolo Avatar asked Oct 11 '22 21:10

Manolo


1 Answers

You should look in the Windows Event Log using the Event Viewer application (eventvwr.exe). Output to the IIS log files may be buffered so their contents may be updated after a restart, or when IIS is set to do it. Restarting IIS is a surefire way to force this.

like image 171
Brian Lyttle Avatar answered Oct 31 '22 18:10

Brian Lyttle