How to delete vssver2.scc and global.asax from my Windows Server?
Posted
by rlb.usa
on Super User
See other posts from Super User
or by rlb.usa
Published on 2010-06-16T17:43:56Z
Indexed on
2010/06/16
17:53 UTC
Read the original article
Hit count: 255
permissions
|delete
I have a Windows server that I SFTP into, and I have some very old vssver2.scc files on there. They are used by Visual Source Safe- which is no longer used (SVN instead now). I want to delete them.
Most troubling though is a very old global.asax file used by ASP.NET applications - since the app is compiled, it reads from it's global.dll in the Bin folder, and not the global.asax. I want to get rid of it. But I can't - and I can't overwrite it in favor of a newer one either.
These files have 444 (Owner:r Group:r Public:r) permission and when I try to give them 777 (O:rwx G:rwx P:rwx) permission hoping it will let me delete them, it goes back to 444.
© Super User or respective owner