J
Joris van Lier
I'm running an ASP.NET 2.0 web application in a Medium Trust environment,
the application uses ODBC to connecto to MySQL and the hosting company has
granted OdbcPermission,
the solution includes a Visual Studio 2005 Web Deployment Project which is
configured to add the AllowPartiallyTrustedCallers attribute to the
assemblies.
However I still get a SecurityException with the message "That assembly does
not allow partially trusted callers"
The top 2 frames of the call stack are
ASP.default.aspx..ctor()
__ASP.FastObjectFactory_app_web_default_aspx_cdcab7d2_muaz0ibj.Create_ASP_default.aspx()
How do I find out WHAT assembly is meant with THAT?
the application uses ODBC to connecto to MySQL and the hosting company has
granted OdbcPermission,
the solution includes a Visual Studio 2005 Web Deployment Project which is
configured to add the AllowPartiallyTrustedCallers attribute to the
assemblies.
However I still get a SecurityException with the message "That assembly does
not allow partially trusted callers"
The top 2 frames of the call stack are
ASP.default.aspx..ctor()
__ASP.FastObjectFactory_app_web_default_aspx_cdcab7d2_muaz0ibj.Create_ASP_default.aspx()
How do I find out WHAT assembly is meant with THAT?