Creating the simplest project (In visual studio 2013 -> asp.net web application -> MVC authentication with individual accounts), it works perfectly on localhost. However, when sending to the server (medium trust level), the project does not work when I try to enter login.
See the error image: http://s18.postimg.org/fm2qw8gzt/print.png
I tried to include on assembly.cs [assembly: AllowPartiallyTrustedCallers]. It did not work. I have created a strong name key. It did not work.
The server does not support level = full trust.
Do not believe there need to be full, because few asp.net mvc 5 sites would work on common servers.
Any idea?