Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying MM.Net web apps
Message
 
To
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:
00930524
Views:
15
>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?

If you use GAC deployment then you have to install the DLLs into the GAC using either an installer or manually copying the DLLs in there. Personally, I never use the GAC, but prefer to copy the DLLs into my BIN directory in which case the requirement in Web.config goes away.

AS to the setting in web.config - it shuold be the same on the client your developing on and the server so really that should have no bearing on the web.config settings at all.

+++ Rick ---




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

Click here to load this message in the networking platform