I’m trying to make a password protected project in Visual Studio 2010. Is there an option in Visual Studio to protect the project folder from being accessed without a password or something?
I need this to protect my projects from other nosy people, or an external program of some sort.
Thanks!
As far as I know, there is no an option like this.
Anyway, protecting a folder with a password is a really bad idea because brute forcing it could be really easy.
I suggest you use TrueCrypt to create a protected storage and use that like container, mounting it when you need and dismounting it when you’re not sitting in front of your PC.