S
Stephanie
I am not really understanding the difference. Why would one care about one
assembly per page, for example?
Thanks for your help!
assembly per page, for example?
Thanks for your help!
Mark said:
Hillbilly said:The only significant difference between the two models is the apparent fact
that Web Application Projects are supported by Microsoft Team System to
enable assets to be shared and used in some way by others. Is that more
professional?
Did Rembrandt paint his masterpieces with a bunch of goofy managers "on the
team" sending email back and forth telling him what should be pink or blue?
Did Michelangelo sculpt the statue of David using a "team" of stone masons?
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/
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/
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/
=========================
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/
=========================