Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuration Error

Status
Not open for further replies.

janevans

Programmer
Jun 9, 2003
5
0
0
US
I am trying to connect to a remote development server using integrated security. In the web.config I have the database connection set as
Code:
<add key=&quot;SQLConnectionString&quot; value=&quot;Data Source=MyServer;Integrated Security=SSPI;Initial Catalog=MyDatabase;&quot; />
(Of course replacing with actual names of servers, etc.

I have
Code:
identity impersonate=&quot;true&quot;
, but I get this error:

Parser Error Message: Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'A required privilege is not held by the client. '

Can someone tell me what I'm doing wrong? Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top