SQL Integrated Security in .NET
From: basin (basingley_at_yahoo.com)
Date: 06/26/03
- Next message: Roy Gunnarsson: "Best practices for storing/retrieving login credentials"
- Previous message: Raja Narayanan: "Reg: Secure Cookies in Asp.net web application."
- Next in thread: Shel Blauman [MSFT]: "Re: SQL Integrated Security in .NET"
- Reply: Shel Blauman [MSFT]: "Re: SQL Integrated Security in .NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 07:12:29 -0700
I have a developer trying to run her app on my server
using sql integrated security. I am getting this error on
the home page:
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.
Here is my setup:
In IIS, Anonymous and Windows Auth. is checked. The
identity of the iisusr is changed to a domain account that
is added to the SQL server.
This line is in her web.config:
<identity impersonate="true" userName="domain\username"
password=password"/>
Machine.config ProcessModel is changed to use "System"
ASPNET account has "Act as OS" privileges.
Here is the conn string she has in her global/asax:
Application("Dem_ConnectionString")
= "SERVER=ssqlServer;Database=myDatabase;Trusted_Connection
=True;Integrated Security=SSPI;persist security
info=True;Connect Timeout=120;"
I got ALL of this from KB articles, but it STILL does not
work...am I missing something??
Thanks!!!
- Next message: Roy Gunnarsson: "Best practices for storing/retrieving login credentials"
- Previous message: Raja Narayanan: "Reg: Secure Cookies in Asp.net web application."
- Next in thread: Shel Blauman [MSFT]: "Re: SQL Integrated Security in .NET"
- Reply: Shel Blauman [MSFT]: "Re: SQL Integrated Security in .NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|