I have an ASP.Net MVC 5 application and WebApi, in .NET version 4.5.2 and post them to my FTP server I have the following error (attached image) ...
And asking the company's technical support, they answered the following:
From the .Net Framework 4.0, Microsoft has modified an internal component of the so-called CAS (Code Access Security), which determines how classes can access one others.
In order for your application to be functional on our servers, you will need to have the following three items:
- Medium trust
- MVC4
- Integrated
Is there any way to make my current project have these specifications without having to create another project?