|
Home > Archive > IIS Server Security > January 2004 > Using login credentials from a database.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using login credentials from a database.
|
|
|
| I am a developer not an administrator and want to ask you
guys for ideas.
I need to control access to my web site via login
information in a database on the server.
The only way I see to do this is to use an authenication
scheme that doesn't require a user login (either
anonymous or certificates mapped to a user) to establish
the IIS login. Then, I would have to handle the
application's login though my own web page and server
code. Is there another way that I should consider?
Also, can you point me to scripts I could use to
automatically map those certificates in an install?
| |
| Jerry III 2004-01-24, 1:55 am |
| You can also use an ISAPI filter to handle your own login scheme.
Jerry
"Kevin" <anonymous@discussions.microsoft.com> wrote in message
news:025401c3ba8d$d6e87720$a101280a@phx.gbl...quote:
> I am a developer not an administrator and want to ask you
> guys for ideas.
>
> I need to control access to my web site via login
> information in a database on the server.
>
> The only way I see to do this is to use an authenication
> scheme that doesn't require a user login (either
> anonymous or certificates mapped to a user) to establish
> the IIS login. Then, I would have to handle the
> application's login though my own web page and server
> code. Is there another way that I should consider?
>
> Also, can you point me to scripts I could use to
> automatically map those certificates in an install?
| |
| Paul Lynch 2004-01-24, 1:55 am |
| On Thu, 4 Dec 2003 09:41:25 -0800, "Kevin"
<anonymous@discussions.microsoft.com> wrote:
quote:
>I am a developer not an administrator and want to ask you
>guys for ideas.
>
>I need to control access to my web site via login
>information in a database on the server.
>
>The only way I see to do this is to use an authenication
>scheme that doesn't require a user login (either
>anonymous or certificates mapped to a user) to establish
>the IIS login. Then, I would have to handle the
>application's login though my own web page and server
>code. Is there another way that I should consider?
>
>Also, can you point me to scripts I could use to
>automatically map those certificates in an install?
You could try this :
http://www.asplogin.com
Regards,
Paul Lynch
MCSE
|
|
|
|
|