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
Post a Comment