Re: Log in for asp.net
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 10/03/03
- Next message: Scoe: "Re: Log in for asp.net"
- Previous message: David Wang [Msft]: "Re: CGI apps break after DCPROMO an IIS6 server"
- In reply to: scoe: "Re: Log in for asp.net"
- Next in thread: Scoe: "Re: Log in for asp.net"
- Reply: Scoe: "Re: Log in for asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 2 Oct 2003 16:05:34 -0700
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 > > >. >
- Next message: Scoe: "Re: Log in for asp.net"
- Previous message: David Wang [Msft]: "Re: CGI apps break after DCPROMO an IIS6 server"
- In reply to: scoe: "Re: Log in for asp.net"
- Next in thread: Scoe: "Re: Log in for asp.net"
- Reply: Scoe: "Re: Log in for asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|