Can't change Read-only status of directories

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

I copied a multi-project asp.net website, complete with source, and I'm
trying to build it on my dev box which is a server2003 image. All the
directories are marked read-only and if I uncheck them they don't stay
unchecked - they resort back to their read-only status. So, I can't build
dlls in the bin directories or change anything.

This is come kind of a security problem. I'm an administrator on the
system. I gave Everybody full control.

Anyone have an idea what is wrong?
Thanks,
T
 
Hello Tina,

This is the windows NG question, not the ASP.net

BTW, you should try to override the file owner right to your one (the check
box in the ower tab, probalby) and check that u have writing rights on the
current folder, and on all roots folder as well

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


T> I copied a multi-project asp.net website, complete with source, and
T> I'm trying to build it on my dev box which is a server2003 image.
T> All the directories are marked read-only and if I uncheck them they
T> don't stay unchecked - they resort back to their read-only status.
T> So, I can't build dlls in the bin directories or change anything.
T>
T> This is come kind of a security problem. I'm an administrator on the
T> system. I gave Everybody full control.
T>
T> Anyone have an idea what is wrong?
T> Thanks,
T> T
 
Back
Top