Hallo,
I've a problem with Firebird ADO .NET Provider.
When I run the program from a local drive, it does what it should do. But I intended to run my program from our Fileserver. When I do this, I received a Security Exception.
************** Exception Text **************
System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
at FirebirdSql.Data.FirebirdClient.FbConnection.DemandPermission()
at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
The action that failed was:
InheritanceDemand
The type of the first permission that failed was:
System.Security.Permissions.SecurityPermission
The first permission that failed was:
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Flags="ControlEvidence, ControlPolicy"/>
************** Exception Text **************
I'm not so familiar with the Security within the MS Framework. What should I do to solve my problem.
Thank You in advanced.
Roy
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider