----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Ritesh_Kesharwani Message 2 in Discussion Hi, Difference between building and rebuilding Rebuilding causes VS.NET to compile and link every single file, depending on what you try to execute it on: For example, if you choose Rebuild for the solution, then your *entire* site will be rebuilt - this is useful if you need to make sure that all files are up to date. Choosing Rebuild at the project level will just rebuild that project. On the other hand, Building causes VS.NET to only compile and link source files that have *changed.* As you might imagine, this can be quite a bit quicker. When you Build, that means compiling the DLL, right? What is the difference between Debug and Release in the Config Manager of the menu Build? If I wish to deploy wouldn't it make sense that everything is in the same folder? Regard's Ritesh Kesharwani SQL Star Intlernational Ltd. [EMAIL PROTECTED] [EMAIL PROTECTED] www.Riteshk.blogspot.com Cell - 9849976150 ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
