Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Jay99
468 Posts |
Posted - 2001-03-13 : 11:30:06
|
| Building a SQL Server database to support an Intranet. I would like to tie intranet login to the network (NT Authentication) login. I want to only use one user to authenticate between the web server and the database server, rather than using NT Authentication to the database, 'cause the intranet has to be available from anywhere. So there will be an ASP or CF page passing a username and password in a SP . . . how do I write the sp to take the username/password and go validate it against the network? Any ideas?Jay |
|
|
|
|
|