Summary
When loading Web Access, you may receive the following error message:
Required permissions cannot be acquired.
Cause
Web Access 8 needs to run under the Full trust level.
Resolution
To set the Trust level, you can add the tag:
<trust level="Full" originUrl="" />
to the system.web node in Web Access 8 Web.config file.
However, if your Web server's machine web.config file is configured such that the allowOverride attribute is set to "false," you will need to add the above line directly in the machine web.config file.
By default, the machine web.config file is found at "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG."
Related Links
For additional information on trust levels for ASP.NET, please see the following Microsoft TechNet article:
Trust Levels and Policy Files for ASP.NET (IIS 6.0)
For additional information on code access security for ASP.NET, please see the following Microsoft TechNet article: