Re: website vs web app



re:
!> I am wondering how to make editing possible while I debug
!> a WAP project, that is, edit without stopping the debugger.

That is called "edit and continue"...and you must, specifically, enable it to be able to use it.

There's specific instructions/options here :
http://msdn.microsoft.com/en-us/library/6wzw9e0y.aspx
....but, basically, from the VS IDE, open the Tools menu and select Options.

In the Options dialog box, expand the Debugging folder,
select Edit and Continue and set the options you want.

Please read the security caution on that page before you enable remote debugging.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
=========================
"Author" <gnewsgroup@xxxxxxxxx> wrote in message
news:f7b35050-1a4b-4802-9eed-9f081c1d6601@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Feb 5, 7:55 am, "Juan T. Llibre" <nomailrepl...@xxxxxxxxxxx> wrote:
re:
!> In other word, they aren't that different in essence

The difference is in the way the pages are compiled.

With WAP, you can choose whether a single assembly, or more assemblies, is/are compiled.

re:
!> the only problem I have with web application project is that I can't edit anything in debug mode

That shouldn't be a problem with, or without, WAP.

Please review these common problems when debugging:

http://support.microsoft.com/kb/306172

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/

Thank you. I just took a look at the M$ support article you referred
to

They all talk about "Unable to start debugging on the web server".
But, I am wondering how to make editing possible while I debug a WAP
project, that is, edit without stopping the debugger.


.



Relevant Pages

  • Symbols dont even ATTEMPT to load in VS2005 Debugging
    ... I've been developing a WAP for some time now. ... VS2005 on my server and have been debugging from there. ... Process" to debug, no problem. ... Nothing loads or even ...
    (microsoft.public.vsnet.debugging)
  • Re: website vs web app
    ... With WAP, you can choose whether a single assembly, or more assemblies, is/are compiled. ... the only problem I have with web application project is that I can't edit anything in debug mode ... They all talk about "Unable to start debugging on the web server". ... project, that is, edit without stopping the debugger. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VS Frustration
    ... All solutions set to debug. ... debugging. ... Are you hoping to Edit and Continue into a project which is referenced as an File rather than as a project? ... All references are to projects not files. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Edit and Continue?? VS2005
    ... Edit and Continue (while in debug). ... In the Pro version, Tools/Options menu>> Options Dialog. ... Under Debugging, find "Edit & Continue" options. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: VS Frustration
    ... Multi project solution. ... All solutions set to debug. ... debugging. ... Are you hoping to Edit and Continue into a project which is referenced as an File rather than as a project? ...
    (microsoft.public.dotnet.languages.vb)