Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/03/2010, 18:13
jonnas8pk
 
Fecha de Ingreso: febrero-2010
Mensajes: 10
Antigüedad: 14 años, 2 meses
Puntos: 0
Pregunta 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??