When I'm trying to execute a clr sproc (Still in C# IDE for this) I have permission errors. The error is " Request for the permission of type 'System.Data.SqlClient.SqlClientPermission,... failed", I've looked around online and it seems to throw back to IIS settings (I'm not using IIS nor am I using a website so these solutions don't apply to me), now I tried two separate connection strings for this as well (context connection = true, as well the way I usually do it which is the huge long one that says it's a trusted connection and the database name) but both return the same permissions failed.
Any help would be greatly appreciated