Trying to deploy Asp.net MVC application on Big-rock hosting Server but Big-rock hosting Server not allow <trust level="Full"/>
.Application properly run on my local machine with <trust level="Full"/>
.
I have placed <trust level="Medium" />
in my web.config but after running the project give following exception:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using from an inherited configuration file.
Source Error:
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34280
I want to deploy application for <trust level="Medium" />
. If possible then what change should be needed.