Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deploying MM.Net web apps
Message
 
À
02/08/2004 13:54:42
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00930161
Message ID:
00930236
Vues:
11
>I have a MM.Net web app that I have deployed on our development web server using XCOPY. How do I deploy the references in the MM.Net web.config?

There's no obvious solution to this problem. What I usually do is configure my local configuration as closely as possible to the server configuration and before deployment get everything set the way I need it on the server.

There are usually only a couple of things that need to be specifically set for the server like connection strings and it's easy enough to do this 'on the fly'. it helps to write down what these 'couple of things' are as part of your deployment documentation.

If you really want to automate this you can write a small WinForm app that provides provides a UI to set the important values and write them into the web.config file by writing out to the XML (with XmlDocument most likely).

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform