Re: IIS on server 2000
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 08/04/03
- Next message: Ken Schaefer: "Re: Service Pack 1"
- Previous message: Ken Schaefer: "Re: I was hacked"
- In reply to: zemote: "IIS on server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 4 Aug 2003 12:24:11 +1000
What type of authentication are you using? If you are using Integrated
Windows Authentication, then the webserver never has the user's password, so
it can't use that to login to SQL Server on the user's behalf.
You can use Basic authentication (plus SSL) instead.
Cheers
Ken
"zemote" <n@a.com> wrote in message
news:013701c3592a$dc032d00$a401280a@phx.gbl...
: This is the setup
:
: 1. Goto a web site (IIS) and you are prompted for a
: domain password.
:
: 2. Once logged in you can browse the site...until you go
: to a asp page that calls information from another server
: that has SQL Enterprise on it.
:
: 3. When you access a asp page from the website - it
: communicates with the SQL server which is setup with
: domain authentication - The SQL server requests a user id
: and password (doamin login and password) but since the
: asp page is running on the IIS webserver it sends the
: anonymous account information to the sql server not the
: login information from the user.
:
: 4.
: Does the ASP page need to aquire the user login
: information and send that to the sql server
:
: or
:
: Is there a setting in IIS to pass the user login
: information to the SQL server.
: thanks
:
:
- Next message: Ken Schaefer: "Re: Service Pack 1"
- Previous message: Ken Schaefer: "Re: I was hacked"
- In reply to: zemote: "IIS on server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|