I am trying to run a trace with the Sql Server Profiler against an Asp.NET web application running on a Visual Studio development server.
However, whenever the tracing is done, all the db requests from the web application do not give me an error message:
"The timeout period has passed. The timeout period expires before the operation completes or the server does not respond."
If I stop tracing, the web application is working again.
Any input on this basis.
source
share