Connecting Tech Pros Worldwide Forums | Help | Site Map

how to password protect site?

Tim Zych
Guest
 
Posts: n/a
#1: Nov 18 '05
I want to password protect my site. In order to access it, one would have to
login with a username and password. How can I do that?




Jignesh
Guest
 
Posts: n/a
#2: Nov 18 '05

re: how to password protect site?


Use Forms Authntication method in web.config.

-jignesh

"Tim Zych" <tzych@nonoemail.xxx> wrote in message
news:e18CWldzDHA.1616@TK2MSFTNGP11.phx.gbl...[color=blue]
> I want to password protect my site. In order to access it, one would have[/color]
to[color=blue]
> login with a username and password. How can I do that?
>
>
>
>[/color]


Jos
Guest
 
Posts: n/a
#3: Nov 18 '05

re: how to password protect site?


Tim Zych wrote:[color=blue]
> I want to password protect my site. In order to access it, one would
> have to login with a username and password. How can I do that?[/color]

Take a look at Forms Authentication:
http://www.dotnetjunkies.com/quickst...formsauth.aspx

--

Jos


Steve C. Orr [MVP, MCSD]
Guest
 
Posts: n/a
#4: Nov 18 '05

re: how to password protect site?


Forms Authentication is likely your best bet.
It is easily configured in your web.config file.
Here's more information:
http://www.dotnetbips.com/displayarticle.aspx?id=9

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com



"Tim Zych" <tzych@nonoemail.xxx> wrote in message
news:e18CWldzDHA.1616@TK2MSFTNGP11.phx.gbl...[color=blue]
> I want to password protect my site. In order to access it, one would have[/color]
to[color=blue]
> login with a username and password. How can I do that?
>
>
>
>[/color]


Tim Zych
Guest
 
Posts: n/a
#5: Nov 18 '05

re: how to password protect site?


I don't know why...but when I try this, and I enter the correct username and
password, all that happens is that the textboxes clear out, the page
refreshes and there is no redirect.


"Steve C. Orr [MVP, MCSD]" <Steve@Orr.net> wrote in message
news:e998pRjzDHA.1616@TK2MSFTNGP11.phx.gbl...[color=blue]
> Forms Authentication is likely your best bet.
> It is easily configured in your web.config file.
> Here's more information:
> http://www.dotnetbips.com/displayarticle.aspx?id=9
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
> Hire top-notch developers at http://www.able-consulting.com
>
>
>
> "Tim Zych" <tzych@nonoemail.xxx> wrote in message
> news:e18CWldzDHA.1616@TK2MSFTNGP11.phx.gbl...[color=green]
> > I want to password protect my site. In order to access it, one would[/color][/color]
have[color=blue]
> to[color=green]
> > login with a username and password. How can I do that?
> >
> >
> >
> >[/color]
>
>[/color]


Closed Thread