Rank: Newbie Groups: Member
Joined: 7/6/2007 Posts: 2
|
The aspxlab.webcontrol.dll used to work fine untill yesterday and now i get the following error:
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.
Exception Details: System.Security.SecurityException: Your application is not running with full trust. Please call AspxLab.WebControls.Runtime.Initialize to manually initialize AspxLab Controls runtime environment.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
and way to get round this???? i tried to modify the web.config by placing the following code <securityPolicy> <trustLevel name="Full" policyFile="internal"/> </securityPolicy> <trust level="Full" originUrl="" processRequestInApplicationTrust= "true"/>
buit it did not help. same error. any suggestions?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Thanks for posting your question here. Please see this forum post for the solution: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=192Thanks
|