Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
463 views

How to get in Apache password protected directories without showing popup login

I read here how to get into an Apache password protected directroy via dircet link with the simple: http://username:password@yoursite.com/protected_dir/ that works in FF/Chrome/Safari, and ...
1
vote
1answer
251 views

Access a locked folder

Ok so my supervisor is currently testing something with Windows Permission Settings for folders, basically setting who can access it and who can't. He wants me to find out if I can get in, without ...
0
votes
3answers
718 views

(C#) How do you check if a path is a protected path in Windows that requires elevation to modify?

We have a folder where our app will be potentially reading, writing and creating/deleting files on, and while we can default to a safe location, we allow the user to select a different directory. How ...