Hi,
I installed VWG_Express_Studio_6.4.0_Release_d_NET3.5.msi and rebuilt my application. I ftp'd my dll's (app and gizmox) to my hosting site on GoDaddy. I now get the following exception:
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: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
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. |
Stack Trace:
[SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
A.c572ceec0c50008c8ac659ffc23e7c9be.cf69d6ae76180683091290afddd654dd7() +0
.cctor() +5
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4216; ASP.NET Version:2.0.50727.4223
I did not have this problem with the 6.4c releases. This also happened with the .Net 3.5 JQT version.
For now, my website is down. Any ideas would be helpful. The site on GoDaddy is a shared hosting site, so all apps must run in partial trusted mode.
Im my web.config I have:
<section name="WebGUI" requirePermission="false" type="Gizmox.WebGUI.Common.Configuration.ConfigHandler, Gizmox.WebGUI.Common, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=263fa4ef694acff6"/>
and
<WebGUI>
<RequirePermission Value="false"/>
.........
Kindest regards, Kenn