I have a problem with new hosting in GoDaddy. Just for testing I created very simple ASP .NET MVC application without database etc. But GoDaddy triggers Security Exception for line @Html.ActionLink("Home", "Index", "Home") in my View. I don't understand the reason.
(Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.)
system.web
should be the root where it is added. Here is the post that helped me msdn.microsoft.com/en-us/library/tkscy493(v=vs.85).aspx – Kessinger