I try to write some info to file in the CLR Trigger under SQL Server 2005.
But I get the following error:
System.Security .SecurityExcept ion: Request for the permission of type
'System.Securit y.Permissions.F ileIOPermission , mscorlib, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed.
How can I grant FileIOPermissio n to my assembly running under SQL Server ?
Oleg Subachev
But I get the following error:
System.Security .SecurityExcept ion: Request for the permission of type
'System.Securit y.Permissions.F ileIOPermission , mscorlib, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed.
How can I grant FileIOPermissio n to my assembly running under SQL Server ?
Oleg Subachev
Comment