I have been working on a ASP.Net Web project (.Net 4.6.1) that was running fine on Friday. When I came in on Monday I made some small code changes to one page and tried to run the project to see what my changes would do. The project built and appeared to run but it didn't hit my break point. I put in several break points, one of them even at the default Page_Load and it never stopped. After much trial and error it appears that it is not actually running the code that it built but is instead running a previous build. How can I force it to run what it just built?


