P
Patrick Olurotimi Ige
I have a Virtual directory FORUMS and the a folder CORP under that
Directory.
And i want to add a location path to this folder in web.config but after
trying the below code it doesn't seem to WORK!!
Am i missing something ??
<location path="/Forums/CORP">
<system.web>
<customErrors mode="Off" />
<authorization>
<allow roles="Corp_Manag/>
<deny users="?" />
<authorization>
</system.web>
</location>
I THINK MAYBE I'M NOT PUTTING THE ABOVE CODE IN THE RIGHT PLACE BECOS
I'M INCLUDING IT IN THE DEFAULT WEB.CONFIG GENERATED BY VSTUDIO.NET
Directory.
And i want to add a location path to this folder in web.config but after
trying the below code it doesn't seem to WORK!!
Am i missing something ??
<location path="/Forums/CORP">
<system.web>
<customErrors mode="Off" />
<authorization>
<allow roles="Corp_Manag/>
<deny users="?" />
<authorization>
</system.web>
</location>
I THINK MAYBE I'M NOT PUTTING THE ABOVE CODE IN THE RIGHT PLACE BECOS
I'M INCLUDING IT IN THE DEFAULT WEB.CONFIG GENERATED BY VSTUDIO.NET