I have deployed a new version of ASP.NET web service. The IIS log file reports error code 500 when this service is called by the client. My own (test) can use the service without any errors. I enabled errorlogging in my ASP.NET web service, but the error is not logged, which makes me think that the error was not selected by my code, but somewhere "earlier" on the stack. I also examined the httperr1.log file, but there was nothing there.
Question: how can I add more errors for IIS to investigate the error? I do not have access to the client.
[Updates] I am using IIS6. I checked the event log and found nothing.
web-services iis error-code
edosoft
source share