ASPX templates
Version 4.x > ASPX templates > Debugging really slow because of the 'validating Web Site' phase View modes: 
User avatar
Member
Member
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!

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/6/2009 6:20:41 AM
   
RE:Debugging really slow because of the 'validating Web Site' phase
Hello,

Please try to open project in VS, right click on web site node, open 'Properties -> Build' section and set 'Before running startup page' to 'No build' and uncheck 'build Web site as part of solution' checkbox.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
random0xff - 6/11/2009 4:27:07 PM
   
RE:Debugging really slow because of the 'validating Web Site' phase
Ok, I did that, it helps. Thanks!