L
Luke Ward
Hi
I am using remote web space and cannot seem to use my normal web.config file
to secure the folder :-(
<authentication mode="Forms">
<forms name="CATSAuth"
path="PVLTUpdateGrd"
loginUrl="Login.aspx"
protection="All"
timeout="30"/>
</authentication>
<authorization>
<deny users="*" />
</authorization>
I only have one bin folder(in the root), where i have to store the Dlls,
does anyone know if I can place a web.config in the root that will secure
web pages in another folder?
Any advice appreciated
Luke
I am using remote web space and cannot seem to use my normal web.config file
to secure the folder :-(
<authentication mode="Forms">
<forms name="CATSAuth"
path="PVLTUpdateGrd"
loginUrl="Login.aspx"
protection="All"
timeout="30"/>
</authentication>
<authorization>
<deny users="*" />
</authorization>
I only have one bin folder(in the root), where i have to store the Dlls,
does anyone know if I can place a web.config in the root that will secure
web pages in another folder?
Any advice appreciated
Luke