I made a small data entry program (1 form) that has a few SQL connections to our SQL Server. I hard-coded in the login and pass to the server and on the server side gave the login read / write access to the database. I then built the project and moved the .exe file to a network folder.

The problem now is when the users launch the app they get the following error:

"request for the permission of the type System.Data.SqlClient.SqlClientPermission, System.Data, Version-1.0.5000.0, Culture=neutral, Publickey Token=.......... failed."


HELP!?