Re: Website Project vs. Web Application Project in Visual Studio.net 2005
Shawn Wildermuth <[email protected]> Mon, 3 Mar 2008 14:36:33 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
I find that Web Apps are clearer to deploy. The magic "ASP" style of drop a file and have the server compile it frustrates me...I want to only deploy ???x files and the bin folder. Thanks, Shawn Wildermuth http://adoguy.com http://wildermuthconsulting.com http://geekdinners.com Microsoft MVP (C#), MCSD.NET, Author and Speaker The Silverlight Tour is coming to a city near you! -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Brock Allen Sent: Monday, March 03, 2008 12:09 PM To: [email protected] Subject: Re: [DOTNET-WEB] Website Project vs. Web Application Project in Visual Studio.net 2005 > Website Project: how do you set up the project to use a bin directory > and compile and place the .dll within? You would need to precompile your application. This can be done from aspnet_compiler.exe or from the "Publish Website" menu option. If you choose the latter, make sure you uncheck the 'Allow this site to be updatable' as that still leaves your .aspx/.ascx/.master/.ashx files uncompiled. -Brock =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com