Re: IIS and SQL Server Persmission Issue
From: David Browne (meat_at_hotmail.com)
Date: 08/15/04
- Next message: Charles Sands: "Re: After server rename, xp_cmdshell problem"
- Previous message: Patrick24601: "IIS and SQL Server Persmission Issue"
- In reply to: Patrick24601: "IIS and SQL Server Persmission Issue"
- Next in thread: Patrick24601: "Re: IIS and SQL Server Persmission Issue"
- Reply: Patrick24601: "Re: IIS and SQL Server Persmission Issue"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 15 Aug 2004 15:41:25 -0500
"Patrick24601" <patrick24601@yahoo.com> wrote in message
news:ePPTc.4368$wu.1124@okepread04...
> IIS and SQL Server Persmission Issue
>
> I am getting an error trying to run a SQL Server SELECT statement from an
> ASP Application.
>
> I am learning ASP/IIS/SQL Server by writing a small ASP app in
Dreamweaver.
> I've created and tested the ODBC connection just fine. And when I create
the
> connection in Dreamweaver and run the query it works just fine. However
when
> I try to access the web page I get:
>
> Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
> [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user
> 'ATBSLAPTOP\IUSR_ATBSLAPTOP'.
> /webprodmx/categories.asp, line 9
Your DSN is set up to use integrated authentication. Change that or give
'ATBSLAPTOP\IUSR_ATBSLAPTOP' rights to connect you your database. It works
outside of IIS because then it's you, not 'ATBSLAPTOP\IUSR_ATBSLAPTOP'
connecting to the database.
David
- Next message: Charles Sands: "Re: After server rename, xp_cmdshell problem"
- Previous message: Patrick24601: "IIS and SQL Server Persmission Issue"
- In reply to: Patrick24601: "IIS and SQL Server Persmission Issue"
- Next in thread: Patrick24601: "Re: IIS and SQL Server Persmission Issue"
- Reply: Patrick24601: "Re: IIS and SQL Server Persmission Issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|