Re: Log in for asp.net

From: Scoe (alleywalker_at_email.com)
Date: 10/03/03


Date: Thu, 2 Oct 2003 16:53:30 -0700

Last question. Could you point me to a good resource or
link to help me with the syntax. I have the book "Web
Applications from Microsoft press" but I got more confused
than anything about this subject.
And again thanks,

Scoe
>-----Original Message-----
>Not really. All you need to do is give aspnet account
read access to the
>resource -- forms-based authentication will take care of
the rest (in your
>scenario).
>
>--
>//David
>IIS
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>//
>"scoe" <vlzinnerman@nightmareentertainent.net> wrote in
message
>news:16da01c388b1$7e8f8630$a301280a@phx.gbl...
>Thanks for the reply. Do I need to give the aspnet account
>a higher level than just user level?
>
>>-----Original Message-----
>>This is classic forms-based custom authorization.
>>
>>If you're using ASP.Net's Forms authentication, you can
>configure ASP.Net to
>>also cover those files for you. The only other choices
>included with
>>ASP.Net/IIS requires real Windows username/password
>(that's how you're
>>supposed to use Basic/Windows Authentication -- with real
>Windows
>>users/passwords).
>>
>>--
>>//David
>>IIS
>>This posting is provided "AS IS" with no warranties, and
>confers no rights.
>>//
>>"Scoe" <vlzinnerman@nightmareentertainment.net> wrote in
>message
>>news:1c72901c3885d$4f724210$a601280a@phx.gbl...
>>I have two directories, one for people before they log in
>>and one for after. The second is protected with windows
>>authenticaton andusers need to be able to view the files
>>in that directory. I don't want to give the users the
>>windows account log in and password to get to that
>>directory, so I need the page itself to log in to that
>>directory. I'm using asp.net.
>>Please help, thanks
>>
>>
>>.
>>
>
>
>.
>