asp.NET Deployment (Multiple sites)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gchq
    New Member
    • Jan 2007
    • 96

    asp.NET Deployment (Multiple sites)

    Hi there

    Here is the scenerio - I have built a web app and wish to deploy one app on our servers for each new customer...

    I have discovered "Managing ASP.NET Precompiled Output for Deployment Using the aspnet_merge.ex e Command" at .NET Framework Developer Centre that will make versioning and partial updates much easier..

    Here is the question.. Is there any way, using VS2005, that I can build a new project using the base code of the main app - then just the global.asax and a few other files need to be modified to change the app to the customer's spec? Then if a bug is found in the base code that could be changed and 'rippled through' to all the other apps that depend upon it.. I'm sure it's do-able - just not sure how to impliment it..

    If anyone can point me to any existing documentation (I have searched) or make some suggestions it would be appreciated..
    Last edited by gchq; Feb 11 '08, 05:50 PM. Reason: Hit a key and it saved before I finished!
Working...