skip to main content
Developing ADO.NET Applications : Setting .NET Security Permissions : Code Access Permissions
 

Code Access Permissions

The .NET Client requires the FullTrust permission to be set in order to load and run. This requirement is due to underlying classes in System.Data that demand FullTrust for inheritance. All ADO.NET data providers require these classes to implement a DataAdapter.