• Sábado 11 de Mayo de 2024, 23:31

Autor Tema:  Login Por Medio De Ldap  (Leído 1164 veces)

Wakashimazu

  • Nuevo Miembro
  • *
  • Mensajes: 5
    • Ver Perfil
Login Por Medio De Ldap
« en: Miércoles 13 de Diciembre de 2006, 15:28 »
0
Hola necesito hacer un login a un sitio asp.net 1.1 en ldap, vi unos ejemplos pero me da un error en el código del web.config.

Parser Error Message: The 'authentication' start tag on line '39' doesn't match the end tag of 'system.web' in file 'file:///c:/inetpub/wwwroot/BitacoraSistemas/web.config'. Line 85, position 5.

Source Error:


Line 83:    <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Line 84:    -->     
Line 85:   </system.web>
Line 86:
Line 87: </configuration>


 
Line 39: <authentication mode="Forms">
      <formsloginUrl="Logon.aspx"name="adAuthCookie"     timeout="60" path="/">        
            </forms>

No se cual puede ser el problema intente con <authentication mode="Forms">  y con <authentication mode="Forms" />, si lo hago con esta / en el fin, me error en

Línea 40:    <forms loginUrl="Logon.aspx" name="adAuthCookie" timeout="60" path="/">

Alguien me puede ayudar?

Gracias