Programmatically setting Windows User
bergjm22_at_yahoo.com
Date: 06/23/03
- Next message: Matjaz Ladava: "Re: Access is denied"
- Previous message: Rob: "ASP .net impersonation not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Jun 2003 17:11:15 -0400
I have a directory of my web site which is password protected using
Basic and Integrated Windows authentication. I am looking for a way
to set the needed userid and password for the directory, so the user
is not prompted for the userid and password. I want to setup forms
authentication and if the user logs in correctly, give them access to
the password protected directory. This way I am only using one
Windows user (which will make my hosting company happy) for many
application users. I will be keeping encrypted userids and passwords
in a database.
I know how to attach a Windows user and password to a web service
using NetworkCredential, but this cannot be used in this instance.
Does anyone have any ideas or know where I can get some sample code?
Thanks.
John
- Next message: Matjaz Ladava: "Re: Access is denied"
- Previous message: Rob: "ASP .net impersonation not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|