Re: Website Project vs. Web Application Project in Visual Studio.net 2005
Dean Cleaver <[email protected]> Tue, 4 Mar 2008 15:37:07 +1300
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <4543A775711185429E59B18055D4167423222B@sxslakl004.xceptionsoftware.com> |
This one has separate business services and data access layers, but it's a 6 y/o design where depending on what URL you arrive on it will redirect you to a template page in one of the 55 folders, and then instruct that template which control to insert in its content area. Has provided us with a "skinable" website for the past 6 years, but as mentioned it's becoming unmanageable recently. Also, am not sure how we could split it up, as each style relies on the insertable controls being in the same project. -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Bob Franken Sent: Tuesday, 4 March 2008 09:33 To: [email protected] Subject: Re: [DOTNET-WEB] Website Project vs. Web Application Project in Visual Studio.net 2005 I divide a site into multiple web app projects. Then copy the separate dlls into the bin dir. It can be tricky, but using separate classes for business logic helps. This helps load times for visual studio. Sent via BlackBerry from T-Mobile -----Original Message----- From: Dean Cleaver <[email protected]> Date: Tue, 4 Mar 2008 09:00:46=20 To:[email protected] Subject: Re: [DOTNET-WEB] Website Project vs. Web Application Project in Visual Studio.net 2005 I'm looking the other way for easier development - currently our web app is in excess of 100 folders just in the root and it's becoming too big to manage. I'm trying to see if there's a way we can develop these folders in pairs (there's 55 sets of Admin and Secure folder pairs, plus their image folders etc) such that the project I am working on is only 4 or 5 folders, and each staff member can be working on a different pair of folders. We may still need a behemoth project to actually deploy it, but would make development easier. Dino -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Shawn Wildermuth Sent: Tuesday, 4 March 2008 08:37 To: [email protected] Subject: Re: [DOTNET-WEB] Website Project vs. Web Application Project in Visual Studio.net 2005 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This list is hosted by DevelopMentor=AE http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com