asp.net mvc - Problems with the .NET Framework version -


i have asp.net mvc 5 application , webapi, in .net version 4.5.2 , post them ftp server have following error (attached image) ...

and asking company's technical support, answered following:

from .net framework 4.0, microsoft has modified internal component of so-called cas (code access security), determines how classes can access 1 others.

in order application functional on our servers, need have following 3 items:

  • medium trust
  • mvc4
  • integrated

is there way make current project have these specifications without having create project?

error.png

for first point, have checked out that , this posts? second, need update framework , mvc versions appropriate on hosting


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -