Ask a Question related to ASP.NET Security, Design and Development.
-
Nikolaj #1
restricting access to log-file
A short and hopefully simple question:
I'm using log4net to log to a text file.
The text file is located in the root of my webapplikation. How do I restrict
access to this file?
Thanks.
Nikolaj
Nikolaj Guest
-
Restricting Access to CFX
I was looking into implementing some of the resources of the IHTK toolkit on a web development project I am working on. The tools that are in the... -
Restricting access
Hello, I am trying to creat one page within my site that one certain people can see (need a username and password to access) so car reading the... -
Restricting access to a directory of pdf's
I want to restrict access to a directory that contains pdf's. So lets say i have /publicpdfs/ /memberpdfs/ public are free for all, members... -
Restricting access to a folder (by cookie?)
Is there any way I can restrict to the contents of a chosen folder according to whether users do or do not have a cookie in place? -
restricting number of access to cgi
j wrote: Besides the settings file for the httpd, you could write, not the *number* of processes performing this cgi, but rather the process ids... -
Tim Payne #2
Re: restricting access to log-file
I'd store it in a folder above the web root, and then if anyone needs to
download the file, have your asp.net page stream the file to the browser
rather than linking to it directly.
HTH,
Cheers,
Tim.
Tim Payne Guest



Reply With Quote

