I have hosted my website with discountasp.net for almost 5 years. Suddenly today I start getting an error "Execution permission cannot be acquired." You can see the full error on my site: here I have turned off customerrors so you can see the error. What is causing this? I haven't changed anything on the website in months, and now suddenly this is appearing! I really appreciate any help! MagaDog
You might want to try changing the default ASP.NET Trust level to "Full" as per our KB article: http://support.discountasp.net/KB/a401/changing-the-default-aspnet-trust-level.aspx
Try changing the Framework to .NET 3.5 or higher. The error seems to indicate it's trying to load the assembly but it's version 4.1 and the Framework is .NET 2.0.