stocksp
11-23-2010, 01:08 PM
I thought this would be simple...
I added to the web.config in the folder
<allow roles="Admin"/>
<deny users="*"/>
This keeps the riff raff out put generates an ugly redirect error to an login.aspx page I don't have and would rather not add.
Isn't there a simple way to keep anonymous eyes out of a log folder without writing\adding another page ?
I added to the web.config in the folder
<allow roles="Admin"/>
<deny users="*"/>
This keeps the riff raff out put generates an ugly redirect error to an login.aspx page I don't have and would rather not add.
Isn't there a simple way to keep anonymous eyes out of a log folder without writing\adding another page ?