Re: Implementing Security - Advice Please
From: John Saunders (john.saunders_at_surfcontrol.com)
Date: 08/27/03
- Next message: frank: "Re: Implementing Security - Advice Please"
- Previous message: frank: "Implementing Security - Advice Please"
- In reply to: frank: "Implementing Security - Advice Please"
- Next in thread: frank: "Re: Implementing Security - Advice Please"
- Reply: frank: "Re: Implementing Security - Advice Please"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Aug 2003 09:24:30 -0400
"frank" <frank@frank.com> wrote in message
news:elq1cwIbDHA.2344@TK2MSFTNGP12.phx.gbl...
> I am in the process of writing a fairly large ASP.NET web application and
I
> am about to implement log-ons, permissions etc. I have never used any
> security with ASP.NET before; only classic ASP.
>
> I would like to base my user's logon information and permissions on their
> domain account. What is the best way to do this? Can web-based forms
> communicate with the domain users accounts? What about storing session
> information - how do we do this? Is there any recommended techniques for
> implementing this sort of security? Can anyone point me to any articles
> relating to this subject?
You don't say whether or not this is an Intranet application. If it is, then
you can use Windows Authentication.
A good starting point is the following article on MSDN: Authentication in
ASP.NET: .NET Security Guidance
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html
/authaspdotnet.asp).
-- John Saunders Internet Engineer john.saunders@surfcontrol.com
- Next message: frank: "Re: Implementing Security - Advice Please"
- Previous message: frank: "Implementing Security - Advice Please"
- In reply to: frank: "Implementing Security - Advice Please"
- Next in thread: frank: "Re: Implementing Security - Advice Please"
- Reply: frank: "Re: Implementing Security - Advice Please"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|