J
John Rivers
Hello,
When I press F5 to start debugging an ASP.NET application
it takes around 6 to 12 seconds before my code actually executes.
During most of this time the CPU usage of devenv.exe hits 100%.
What seems to take a lot of time and effort is for ASP.NET's ISAPI
to load the .net framework classes it needs to run.
Is this just the way it is with .NET or is there a solvable problem?
Furthermore it takes around 5 seconds to stop debugging.
Of course once its running everything is super quick
Best wishes,
John
When I press F5 to start debugging an ASP.NET application
it takes around 6 to 12 seconds before my code actually executes.
During most of this time the CPU usage of devenv.exe hits 100%.
From what I can tell the compilation of my code is very fast.
What seems to take a lot of time and effort is for ASP.NET's ISAPI
to load the .net framework classes it needs to run.
Is this just the way it is with .NET or is there a solvable problem?
Furthermore it takes around 5 seconds to stop debugging.
Of course once its running everything is super quick
Best wishes,
John