14/04/2008, 17:19
|
| Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 3 meses Puntos: 87 | |
Re: Denegar Acceso en tu web.config agrega algo asi
<configuration>
<location path="rutaabloquear">
<system.web>
<authorization><deny users="*" /></authorization>
</system.web>
</location>
</configuration> |