authentication for httphandler

S

shefali

Hi,

I have several httphandlers in a web app. I need to set up a very simple
authentication system for users to access these handlers. The requests to
the handlers come from trusted sources, so something as simple as a username
and password, and maybe some elegant way to change these periodically, and
communicate that to the users would suffice.

What is the best way to do this?

Thanks.
-Shefali
 
J

Joe Kaplan \(MVP - ADSI\)

Any of the built-in authentication mechanisms in ASP.NET will work with your
custom handlers. Windows auth or Forms auth are the obvious choices.
Either one of those can use a username and password.

Joe K.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top