Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web.config
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00936775
Message ID:
00936877
Vues:
23
In the web.config file, after the closing system.web structure and before the closing configuration structure place the below code:

After The Line
</system.web>
  <location path="PageName.aspx">
	<system.web>
	    <authorization>
	      <allow users="*" />
	    </authorization>
	  </system.web>
  </location>
Before The Line
</configuration>
Hope that helps...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform