A
Arvind P Rangan
Hi ALL
I have all my root files under Forms Type Authentication mode and i have
another folder where in i need no permission or a direct access to that
folder.
So i did make some changes in WEb.Config.
I added the following at the end of WEB.Config.
<location path="ALL"> -- ALL is the folder name
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Few days back it worked now its diverting all the pages back to login.aspx
and as there is not login.aspx in that folder it raises error. ieok.
But, what is the reason that the security changed.
If am wrong kindly give me the way to make a folder in the wwwroot available
to all while the main folder is restricted.
Thanks
ARvind.
I have all my root files under Forms Type Authentication mode and i have
another folder where in i need no permission or a direct access to that
folder.
So i did make some changes in WEb.Config.
I added the following at the end of WEB.Config.
<location path="ALL"> -- ALL is the folder name
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Few days back it worked now its diverting all the pages back to login.aspx
and as there is not login.aspx in that folder it raises error. ieok.
But, what is the reason that the security changed.
If am wrong kindly give me the way to make a folder in the wwwroot available
to all while the main folder is restricted.
Thanks
ARvind.