I spent 2 days on figuring out why my service was stopping responding. Issue ended up being throttling. But none of the logs I dug through mentioned it.
What IIS/ASP.NET log can I look at to figure that out?
Here are the places I have checked:
- IIS requests log (%SystemDrive%\inetpub\logs\LogFiles)
- "Microsoft/Windows/Application Server-Applications" system logs: Debug, Analytic
- "Application" and "System" system logs
- System.ServiceModel.MessageLogging and System.ServiceModel log sources
IIS and WAS logs are sent to System event log, use following filter query to get IIS/WAS relevant events:
If you install Windows Server AppFabric it should tell you on the dashboard
check this post if it helps http://blogs.msdn.com/b/tess/archive/2009/01/09/net-hang-my-application-hangs-after-i-called-my-wcf-service-a-couple-of-times.aspx