Need help with .Net security configuration [modified]
-
I have a small full-trust app that uses SQL Server Express database on C drive. It runs fine for me on that machine. On other machines, I get the message "Application attempted an operation not allowed by security policy. To grant this application the required permission contact your administrator, or use the .NET Framework Configuration tool. Request for the permission of type System.Data.SqlClient.SqlClientPermission.System.Data." I am using admin user on both machines. Is it because the database is on a remote pc, or does full trust lack something? Also, I don't see any Configuration for .Net 2.0. Only 1.1. -- modified at 10:42 Monday 16th July, 2007
Paul Watson wrote: Like, if you say sort of, like, you know, one more, you know, time, I'm going to, like, you know, sort of sort you out, you know.
-
I have a small full-trust app that uses SQL Server Express database on C drive. It runs fine for me on that machine. On other machines, I get the message "Application attempted an operation not allowed by security policy. To grant this application the required permission contact your administrator, or use the .NET Framework Configuration tool. Request for the permission of type System.Data.SqlClient.SqlClientPermission.System.Data." I am using admin user on both machines. Is it because the database is on a remote pc, or does full trust lack something? Also, I don't see any Configuration for .Net 2.0. Only 1.1. -- modified at 10:42 Monday 16th July, 2007
Paul Watson wrote: Like, if you say sort of, like, you know, one more, you know, time, I'm going to, like, you know, sort of sort you out, you know.
Check whether "Network Service" account is running in a user account having sufficient permissions.
--Akki