In the software I made, it runs fine and connects fine to the database when running from the server via remote desktop. However, when i run it from a mobile device (which is running xp professional), and I map a drive to the location of the software, I get this error:
Request for the permission of type 'System.Data.Sq lClient.SqlClie ntPermission, System.Data, Version 2.0.0.0, Culture=neutral , PublicKeyToken= *whatever* failed
I should have permissions because i'm an administrator. I also tried it by giving everyone full permissions to it. In my connection string I also am connecting to the database as someone with full rights to everything.
Request for the permission of type 'System.Data.Sq lClient.SqlClie ntPermission, System.Data, Version 2.0.0.0, Culture=neutral , PublicKeyToken= *whatever* failed
I should have permissions because i'm an administrator. I also tried it by giving everyone full permissions to it. In my connection string I also am connecting to the database as someone with full rights to everything.
Comment