Im just finishing off deploying my asp.net mvc 2 website up to RackSpace cloudsites.
Im currently just getting an error saying: System.Security.SecurityException: Request failed. 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.
This is occurring on the following line: <%= Combres.WebExtensions.CombresLink("siteJs")%>
So it is when Combres is trying to access the SiteJs link in the App_Data/Combres.xml file. Im transferring this site over from Discountasp where it was working without issue.
Any ideas on what the problem and fix would be?
Thanks in advance