Re: ASP application using ASP.NET Forms Authentication
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Wed, 06 Jun 2007 18:22:02 -0000
On Jun 6, 7:08 pm, Leandro David <leandro...@xxxxxxxxx> wrote:
Hi,
I´m working in an already developed and complex ASP Application, we
are now with some authentication problems and reading about it, I
discovered that Forms Authentication can solve our problems. Is it
possible to use forms authentication without chaging all de
application to a .NET plataform ?
Thanks,
Leandro David
No, and I see no sense to do that. ASP.NET Forms Authentication
enables ASP.NET applications to provide their own logon service and
credential verification. The advantage of using ASP.NET Forms
Authentication in ASP.NET is that, it
can be easily set up, it enables permission settings in the web.config
file, and provides a built-in methods for working with current users.
For example, if the user has been authenticated can be checked using
the User.Identity.IsAuthenticated property, a name of the user - using
User.Identity.Name, if the user is a member of the specified role -
using User.IsInRole, and so on. But you cannot use these features in
ASP 3.0
.
- Follow-Ups:
- Re: ASP application using ASP.NET Forms Authentication
- From: Leandro David
- Re: ASP application using ASP.NET Forms Authentication
- References:
- ASP application using ASP.NET Forms Authentication
- From: Leandro David
- ASP application using ASP.NET Forms Authentication
- Prev by Date: ASP application using ASP.NET Forms Authentication
- Next by Date: Error Hosting ASP.NET 2.0 though UNC
- Previous by thread: ASP application using ASP.NET Forms Authentication
- Next by thread: Re: ASP application using ASP.NET Forms Authentication
- Index(es):
Relevant Pages
|
|