Running / Compiling / Re-build in ASP.NET

  • Thread starter Thread starter Ryan Ternier
  • Start date Start date
R

Ryan Ternier

I recently redid my work box and am comming up with a strange issue.

If I do a code change, and click Run (F5) to build it and debug it, it will
build, but it won't re-compile the changes I have made to the project.
Instead, I have to right click on that project, click rebuild, then i can
Run (F5) it.

I never had this issue before.

has anyone else had this? or does anyone know how to fix this?


/RT
 
I wonder if the project isn't set to build in the Debug configuration? Try
right-clicking the solution in Solution Explorer and clicking Configuration
Manager to check.
 
Back
Top