29/10/2004, 16:08
|
| | | Fecha de Ingreso: marzo-2002 Ubicación: Capiatá
Mensajes: 88
Antigüedad: 22 años, 8 meses Puntos: 0 | |
Tu tienes esta línea de código:
<authentication mode="Forms"/>
<forms name=".ASPXUSERDEMO" path="/" loginUrl="login1.aspx" protection="All" timeout="30">
</forms>
</authentication>
En la primera cerraste tu etiqueta, elimina la barra invertida "/"
<authentication mode="Forms">
<forms name=".ASPXUSERDEMO" path="/" loginUrl="login1.aspx" protection="All" timeout="30">
</forms>
</authentication> |