Rank: Newbie Groups: Member
Joined: 9/5/2010 Posts: 1
|
Hi,
I am trying to deploy a web application that uses the AspxLab menu control to a Windows Server 2008 server. I am getting the following error when accessing the site:
Security Exception 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.
My application web.config file already contains the following line in the HttpModules section:
<add name="AspxLabRuntime" type="AspxLab.WebControls.Runtime,AspxLab.WebControls" />
I have also tried adding the <trust level="Full" /> in the application configuration file and also in the machine.config file. None of this has resolved the issue.
I am using version 2.7.4.
Can you please advise what needs to be done to get the application working?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Your version is a very old version that does not officially support IIS 7. However you can try to set your application pool's pipe line mode from "Integrated" to "Classic" and see if that works.
If you still have any questions/problem, then you may want to consider purchasing a license for the current version. Many new browsers (IE 7, IE 8, FireFox 3, Safari 4, Opera 10, Google Chrome)/platforms (IIS 7, .NET 3.5/4) have been released since your version. Because your version was released before those, it does not support them well.
Also we officially only provide technically support for one year, thus support for your version has long expired. So you will also need a new license in order to receive additional tech support.
Thanks!
|