Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Have you considered using Portable Areas feature in the MVCContrib? - read a post about it <a href="http://lostechies.com/erichexter/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib/" rel="nofollow noreferrer">here</a></p> <p>Also read the response from <a href="https://stackoverflow.com/users/31668/eilon">Eilon</a> in another question <a href="https://stackoverflow.com/questions/3966124/multiproject-areas-in-asp-net-mvc-3">Multiproject areas in ASP.Net MVC 3</a></p> <hr> <p>If the portable area solution won't work for you then it's probably time for a refactor/restructure of your single web project into separate web projects. As it is an intranet site you'll probably want to setup some sub-domains to allow you run separate websites under the one domain.</p> <p>Eg.</p> <p>www.yourdomain.com</p> <p>admin.yourdomain.com</p> <p>calendar.yourdomain.com</p> <p>etc.</p> <p>This way you can segregate your functionality and update different areas of the intranet without affecting others. You may of course need to look into single sign-on across your sub-domains depending on your site.</p> <p>I would normally extract all common functionality into a core project (class library) which may be used by all of the web projects, and keep each your web projects as lightweight as possible. Then you can create separate solutions for different web projects or groups of web projects.</p> <p>Also consider looking into continuous integration/build server so that you can easily check if a change you make in one project is affecting other projects that may not be in your current solution.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload