The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Make Multiple Visual Studio .NET Projects Participate in the Same Web Application

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paschal

Posts: 1621
Nickname: bigapple
Registered: Nov, 2003

Paschal is a .Net developer
Make Multiple Visual Studio .NET Projects Participate in the Same Web Application Posted: May 25, 2005 5:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Paschal.
Original Post: Make Multiple Visual Studio .NET Projects Participate in the Same Web Application
Feed Title: help.net
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/pleloup/Rss.aspx
Feed Description: .Net for mankind !
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Paschal
Latest Posts From help.net

Advertisement

If you are building web applications with .NEt, everything is fine until your app start to be big. The frustration come because everything in .Net web app finsih as a single dll, which look like a bloated file very quickly after you add some pages or features.

One solution is to work with multiple projects and then deploy to your production server all the files you need. Of course this can cause some issue, one for me would be the lack of common resources between the main application and the child subwebs.

So this solution from KbAlertz come as an easy way to fix this and now your web projects will look cleaner and easy to maintain. Indeed you have now multiple dlls, inheritance from your main project, and multiple projects (interesting too if you are working in developers team environment).

 

Read: Make Multiple Visual Studio .NET Projects Participate in the Same Web Application

Topic: Batching in ADO.NET 2.0 Beta 2 Previous Topic   Next Topic Topic: Out on the (Redmond) Town with Rob Caron, Korby Parnell

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use