CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2003
    Location
    Sweden
    Posts
    381

    Split a Web Application into Multiple Projects

    When I google the topic I got many suggestions like this one: http://blogger.nilanka.net/2010/08/s...-multiple.html

    Is this the only way to do it? We have a big Web application project (ASP.NET 3.5) and we use VS2008. Does VS2010 have any support for splitting a web app into multiple projects or do we have to do this workaround?
    ...and justice for all

  2. #2
    Join Date
    Nov 2004
    Location
    India
    Posts
    63

    Re: Split a Web Application into Multiple Projects

    split the project into multiple assemblies (component1/component2) and use the assembly in the web application. It will be easier to maintain. Look at some of the open source CMS (N2/DNN) and you may find some help.
    Sandeep
    http://www.sandeeprawat.com
    Code:
    Forget the language. Remember the logic.

  3. #3
    Join Date
    Oct 2003
    Location
    Sweden
    Posts
    381

    Re: Split a Web Application into Multiple Projects

    Ok I'll give it a try!
    ...and justice for all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured