Thanks for the explanation (It confirmed what I thought). I found out since that you can use Edit & continue with the Web Site Project because the pages code is not pre-compiled whereas with the Web Application project all code is pre-compiled when you build.
Sorry for the delay in closing the question but I forgot about it for a while. Thanks again.
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2007-04-25 at 04:41:33ID: 18972606
You cannot use Edit and Continue with ASP.NET projects.
d/archive/ 2004/04/19 /115954.as px
Here is an explanation:
Remarks: Edit and Continue in ASP.NET
http://blogs.msdn.com/bgol
<Quote>
We thoroughly investigated the technical challenges that would need to be overcome in order to enable this on the ASP.NET side. While these challenges were achievable, the feature tradeoffs that we would need to make were high. </Quote>
Bob