Re: ASP application using ASP.NET Forms Authentication



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

.



Relevant Pages

  • Re: Global Catalog Placement
    ... users would have authentication problems. ... >> are two in each) will be GCs, ... >> can process logon requests and authenticate users. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Talktalk: Anyone have a clue as to what this idiot is on about?
    ... All settings known to be saved and correct. ... From 10am today, 'Authentication failed' at router. ... authentication problems are caused by two things: ...
    (uk.telecom.broadband)
  • Re: ASP application using ASP.NET Forms Authentication
    ... Then all calls will go through ASP.NET first, and thus through FormsAuth. ... I´m working in an already developed and complex ASP Application, ... are now with some authentication problems and reading about it, ... discovered that Forms Authentication can solve our problems. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • ASP application using ASP.NET Forms Authentication
    ... I´m working in an already developed and complex ASP Application, ... are now with some authentication problems and reading about it, ... discovered that Forms Authentication can solve our problems. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Login problem
    ... I've seen lots of similar problems to do with the SQL server or Windows ... Authentication problems, but nothing exactly the same as mine. ...
    (microsoft.public.sqlserver.security)