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?
for first point, have checked out that , this posts? second, need update framework , mvc versions appropriate on hosting
Comments
Post a Comment