Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying MM.Net web apps
Message
From
03/08/2004 15:12:10
Rex Mahel
Realm Software, Llc
Ohio, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00930161
Message ID:
00930483
Views:
16
Rick,

The references in the web.config are the MM.Net DLLs files that need to be added to the GAC.

How do I do this?

TIA

Rex


>>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 ---
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform