Project Description:
Our hosting company, hosting.com has changed from Full trust to medium trust and we need to get our online database updated. YOu will need to download the files directly from the server. We may have other updates and fixes in the future we need help with and would like to build a longer term relationship for maintenance. The website is autobusinessconsultants(dot)com(forwardslash)login(dot)aspx. DO NOT BID UNLESS YOU CAN FIX ASAP.
This is the info the hosting company provided as what needs to be done:
In order to resolve the error regarding partially trusted callers, you'll need to make the following changes to the code on the site:
1. Add the following attribute to the assembly’s AssemblyInfo.cs file:
[assembly: AllowPartiallyTrustedCallers]
2. Ensure that the file references the System.Security namespace:
using namespace System.Security;