Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web.config
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00936775
Message ID:
00936877
Views:
21
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform