SQL Server does not exist or access denied
From: Dan C (danc@nospam.com)
Date: 11/13/02
- Next message: Craig Poxon: "Maintaing form or querystring parameters with RedirectFromLoginPage"
- Previous message: Rob Dob: "Re: NewBie ASP.NET on a PDC securiy sugestions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dan C" <danc@nospam.com> Date: Tue, 12 Nov 2002 17:43:27 -0800
I have an ASP.NET web site on a computer trying to connect
to a SQL Server 6.5 on another computer; however I get
a "SQL Server does not exist or access denied" error.
The SQL Server is set up for Windows NT Integrated
security mode.
I tried adding the ASPNET account on the server (for both
Windows and within SQL Server), however it needed a
password I didn't know.
I tried creating a new account on the server (sqltest) and
adding:
<identity impersonate="true" userName="sqltest"
password="1234" />
but that didn't work either. I kept getting a
Configuration error: "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"
How can I do this? Surely there must be a way since other
ASP.NET web sites need to connect to a SQL Server. Most
documents that I have read appear to indicate localhost
remedies which don't work here.
Thanks in advance.
Dan
- Next message: Craig Poxon: "Maintaing form or querystring parameters with RedirectFromLoginPage"
- Previous message: Rob Dob: "Re: NewBie ASP.NET on a PDC securiy sugestions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|