Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deploying MM.Net web apps
Message
De
04/08/2004 07:38:01
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:
00930610
Vues:
14
Rick,

Each of the MM.Net web application use the following assemblies:

Mere Mortals Framework
Mere Mortals Framework Interfaces
Mere Mortals Framework Web Forms

How do these get installed on my web server?

Since they are common components, don't they get installed in the web server GAC? I can't just copy the application to my web server, these DLLs are not part of the solution.

Do I need to create an installation routine of some sort?

TIA

Rex

>>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 ---
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform