Activity overview
Latest activity by JamesO
What about long running (> 1 minute) page requests that does a lot of chruncing, including cpu and io? Could that be a problem for the profiler? / comments
What about long running (> 1 minute) page requests that does a lot of chruncing, including cpu and io? Could that be a problem for the profiler?
Is there any chance that running a page request with hundreds of "Response.Flush()" in a short period of time will cause problems for the profiler? We have had such page running everytime we had crashes when profiling. Now when we have not used that page during profiling there hasn't been any problems. / comments
Is there any chance that running a page request with hundreds of "Response.Flush()" in a short period of time will cause problems for the profiler? We have had such page running everytime we had cr...
IIS suddenly becomes unresponsive
IIS: 7
Windows: Server 2008
Version: 7
We are running an ASP.NET website (.net frametwork version 4) and I am attaching the profiler to the w3wp process. It all works fine until suddenly the IIS be...