Mr Smith
Mr Smith

Reputation: 3486

asp.net web forms app doesn't build on "start with debugging"

I have a small asp.net app running in the vs.net web server that doesn't always build when I start the site with debugging. The previous build just comes up in the browser, any breakpoints are ignored. What is the issue? I don't recall seeing this in any of the other sites I work with. If I do a rebuild enough times it eventually works correctly.

Upvotes: 1

Views: 84

Answers (1)

Kinexus
Kinexus

Reputation: 12904

Check the Configuration Manager and ensure that the website is selected to be 'built' in the current configuration.

Upvotes: 2

Related Questions