asp.net - .NET website with References in GAC - How to deploy? -


The quick question I thought was easy answered.

I have a pure website, which refers to the DLS reference in GAC.

When I create it and deploy any other server (in production), which does not have the same DLL reference in GAC, how can I get across DLS?

If this is a manual process where you copy across websites, then you have your GAC dll and that Install on your production server.

You can do this in GacUtil.exe (found in Visual Studio / SDK / Bin folder) or you can use the Admin Tool.NET Framework 2.0 Configuration snap under the MMC control panel.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -