Page 1 of 1

Windows Server 2003 - Security

Posted: Tue 15 Aug 2006 08:04
by jk1026
I am using MySQL Direct version 3.2 on a Web Service. The web service has to be installed on a Windows Server 2003 machine. When the service is installed it uses the standard ASPNET account to operate. If I add the ASPNET account to the local administrators group, the web service and the CoreLabs assembly work correctly. However, when the ASPNET account is not part of the local administrators group, I get an error indicating that the CoreLabs assembly does not have permissions on the server.

Does anyone know how to solve this issue?

Any help would be very much appreciated.

Thanks.

Posted: Tue 15 Aug 2006 08:34
by Serious
Check trust level on the web server. Usually "Medium" trust level is used.
MySQLDirect .NET requires SocketPermission permission to be added when using "Medium" trust level.