02/03/2010, 18:13
|
| | Fecha de Ingreso: febrero-2010
Mensajes: 10
Antigüedad: 14 años, 9 meses Puntos: 0 | |
Respuesta: Quitar Autenticacion a nuevas paginas tengo
dentro de mi sistemweb
<authentication mode="Forms">
<forms name="auntenticacion" loginUrl="Inicio.aspx" defaultUrl="~/Autenticadas/InicioSesion.aspx" protection="All" />
</authentication>
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
y le puse segun me dijiste afuera del sistemweb...
<location path="~/Normales">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
pero me sigue mandando el ?ReturnUrl=%2fNormales%2fAyB.aspx
¿que estare haciendo mal?? |