Quote:
Originally posted by krol
Is it possible to protect your ASP.net code with a password, so other people cannot edit yor code even if they have VS.net?
So that over enthusiastic 'superusers' and 'system administrators can not edit my code, and cause a lot of errors and damage, I have to clean up eventually :D .
Krol
Well, first, if you are talking pre-deployment, you can use something lik sourcesafe where you check in and out the source files to work on. I am pretty sure you can roll back any changes you need.