random0xff
-
5/27/2009 6:29:28 PM
Debugging really slow because of the 'validating Web Site' phase
I'm trying to debug some code in a C# Class Library project. The code is called from an ASPX template. If I hit F5 in Visual Studio, it takes about 3-5 minutes to complate the 'Validating Web Site' phase!
Now each time I want to change something in my class, even just a typo, I have to stop debugging, change my code and start debugging again. This takes 5 minutes, again and each time. So basically, debugging is almost impossible, because this would drive me insane.
Is there any way to do this faster?
Thank you!
|