I need to do a Bin deployment on our ISP, network solutions. They have NET Framework 3.5 SP1 installed on their servers, but not ASP.NET MVC.
I need to point my application to a directory named cgi-bin instead of bin. Network Solutions claims that this is the only catalog that they have designated for execution as an average level of trust. I need to host the System.Web.Mvc DLL and the application DLL, and I need my ASP.NET MVC application to find them in this directory.
It goes without saying that they will not put them in the GAC for me.
How do I tell my application to look in the cgi-bin directory instead of the bin directory for the DLL?
The decision is published below.
source
share