folder lock-ing in ASP
I would like to lock/hide my folder (inside the folder, I save my ASP files), but I want IIS to keep refering to that folder.
my case is like this :
I use the provided s/w in the net to lock my folder, and the results are :
if I lock the folder, IIS cannot refer to that folder & my web-app can't run --> as if the folder doesn't exist, so IIS can't refer to that folder.
however, if I un-locked the folder, it can run normally.
so, what should I do?
|