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:
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.
I checked other forum post at
http://www.essentialobjects.com/forum/postst4853_AspxLab-Windows-Server-2008-Deployment.aspxMy application is using version 2.7.4 of aspxlabs control.
To get the latest version of control , i tried to download from
http://www.essentialobjects.com/Download.aspx?p=EO.Webbut i found available exe is development toolkit. I need a Deployment version of latest toolkit for IIs7 on windows server 2008. And my current application framework is 3.4
Can you please advise what needs to be done to get the application working on my deployment server?