Re: SQL.Net connection in VS2005 from local IIS to local SQLExpress
- From: Sue Hoegemeier <Sue_H@xxxxxxxxxxxxx>
- Date: Sun, 16 Apr 2006 13:12:43 -0600
Make sure the user is not orphaned and has a valid account
in the database you are specifying in the connection string.
-Sue
On Wed, 12 Apr 2006 11:19:35 -0400, "harry"
<mackey@xxxxxxxx> wrote:
Suddenly my trusted connection no longer works in VS. I try to create a new
one and recieve this:
"Database schema could not be retrieved for this connection. Please make
sure the connection settings are correct and the database is online
Login failed for user ''. The user is not associated with a trusted SQL
server connection."
1. I changed IIS to use a domain\user instead of IUSR_XX and still recieve
this error.
2. The firewall has been disabled for now.
3. SQL has named pipes and TCP/IP open, SQL is in mixed mode.
4. I can browse the connection if I am in SQL Authentication using 'sa', but
need to use WinAuth.
I cannot connect using Window Authentication.
Data Source=POLYP\SQLEXPRESS;Initial Catalog=HR15328;Integrated
Security=True
*Win2K3RC2
Suggestions?
Thanks
Harry
.
- Follow-Ups:
- Re: SQL.Net connection in VS2005 from local IIS to local SQLExpres
- From: Landon Kelsey
- Re: SQL.Net connection in VS2005 from local IIS to local SQLExpres
- References:
- Prev by Date: Re: CurrentProject.IsConnected is reporting on what?
- Next by Date: Re: ISQL query fails after reboot
- Previous by thread: SQL.Net connection in VS2005 from local IIS to local SQLExpress
- Next by thread: Re: SQL.Net connection in VS2005 from local IIS to local SQLExpres
- Index(es):
Relevant Pages
|