How to Bin Deploy ASP.NET Assemblies on Shared Servers
Last Updated on Tuesday, 6 November 2012 08:29 Written by Abner Myloth Friday, 9 November 2012 12:00
On ASP.NET platform it is quite common to use 3rd party assemblies like MVC, MS chart controls to add features accessible from your code which are not present in the .NET framework by default.
In your development machine, you do this by installing the required assembly server-wide. Assemblies get installed in Global Assembly Cache (GAC) and all you need to do is to reference that in web.config file.
However, it may not be possible to install all these 3rd party assemblies in a shared server as different users might be using different versions of the same assembly.
Learn More
Tags: ASP .NET, assemblies, bin, deploy, how to, servers, shared | Posted under DotNet/Windows Hosting, Windows Server Admin | No Comments

Recent Comments