Authentication Form
From: Bolo (Bolo_at_discussions.microsoft.com)
Date: 07/23/04
- Next message: Paul Clement: "Re: basic authentication"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: LDAP binding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Paul Clement: "Re: basic authentication"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: LDAP binding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|