Directory security problem

J

Jon

I made a subdirectory in our root web folder and placed a web.config file
with the following in it:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<authorization>
<deny users="*"/>
</authorization>
</system.web>
</configuration>

Yet, I am still able to view text files in that directory. What am I doing
wrong here? The directory is used simply to store log files generated
during use of the asp.net site, but I don't want them available to anyone,
except for local machine viewing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,144
Latest member
KetoBaseReviews
Top