Authentication Form

From: Bolo (Bolo_at_discussions.microsoft.com)
Date: 07/23/04


Date: Fri, 23 Jul 2004 08:31:04 -0700

Hello all

i try to make authentication by form , my web config
<?xml version="1.0" encoding="utf-8" ?>
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<compilation debug="true"/>
<authentication mode="Forms">
<forms loginUrl="login.aspx" timeout="20">
<credentials passwordFormat="MD5">
<user name="christian" password="******" />
</credentials>
</forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
<customErrors mode="Off"/>
</system.web>
 <appSettings>
    <add key="BASE" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\www\independza.com\databases\film.mdb" />
  </appSettings>
</configuration>

when i try to see my page , i have got this message , for why ?
http://www.independza.com/central/admin/login.aspx

thanks for help



Relevant Pages

  • Forms Authentication to protect .cgi application problem
    ... I have enabled forms authentication on an IIS 6 W2k3 server to protect access ... The actual application apart from the login/logout files is .cgi based so I ... If I remove the Wildcard Application Mapping the .cgi application runs ... the same when its removed from the web config. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Forms Authentication to protect a cgi application
    ... I have enabled forms authentication on an IIS 6 W2k3 server to protect access ... The actual application apart from the login/logout files is .cgi based so I ... If I remove the Wildcard Application Mapping the .cgi application runs ... the same when its removed from the web config. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Forms Authentication and Custom errors
    ... Web site using forms authentication, ... Found the location element for web config, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • webform password protected page
    ... I made a web project which was password protected by using form mode ... authentication. ... linker,it always stay in the login page. ... anybody there has idea about this web config? ...
    (microsoft.public.dotnet.languages.csharp)
  • NT based roles using forms authentication
    ... My web config is set to... ... <authentication mode="Forms"> ... live debugging and found that m_roles array is always empty. ...
    (microsoft.public.dotnet.framework.aspnet)