Debug code in <% tags

  • Thread starter Thread starter CMoya
  • Start date Start date
C

CMoya

I can't seem to find an answer for this. VS2008, Web Application Project
ASPX files seem to only be compiled when you hit them... even when you're
debugging. Is there a way when debugging in the IDE to have them compiled
when you run the project so that you can catch compile time errors?
 
CMoya said:
I can't seem to find an answer for this. VS2008, Web Application Project
ASPX files seem to only be compiled when you hit them... even when you're
debugging. Is there a way when debugging in the IDE to have them compiled
when you run the project so that you can catch compile time errors?

Open project property pages. Select Build in the Left hand list.

Change setting of Start action (F5) to do build the whole web site.
 
Back
Top