I'm sorry, I'm way out of my element here. I coded a database on my work PC, got all the permissions I needed to access sql servers, and now that I've moved it to an external server, I can't connect with anything.. the sql server has integrated security, which I'm reading up on, but it recognizes the windows username, which I thought yielded me all the permissions I needed.

[Error]
System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=############' failed.
at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security.PermissionSet.Demand()
[/Error]



The red is masking the actual numbers, I felt like releasing that could possibly compromise security. What do I need to do?