Link to home
Start Free TrialLog in
Avatar of tpigielski
tpigielski

asked on

Displaying Security Tab on Folder Properties under WinXP

I am trying to give the "world" access permissions on a folder on my xp system.  I need to get to an access db through an asp application, and I believe that iis is not alowing me access to this folder because the folder is locked down.  I know there is a way to display the folder "security" settings when viewing the properties of the folder.  Apparently, this is disabled (non visible) by default.  How do you turn this on?

Thx..Tom
Avatar of luv2smile
luv2smile

Is this xp pro or xp home? Home doesn't have a "security" settings tab.
Avatar of SheharyaarSaahil
Hello tpigielski =)

If you cannot see the Security tab, then you will have to goto Explorer>Tools>Folder Options>View and untick Simple File Sharing, apply and now u shud get that tab in XP PRO !!
For XP Home edition, you will have to boot into safemode and have to login as Administrator to access the Security tab, coz in xp home this tab cannot be visible to standard users !!
Also, what are your share permissions set as? By default, xp only allows read access, not full access to "everyone" as a share permission.
The following atricle might help you:

http://www.15seconds.com/issue/020118.htm

also read the following article:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q304197

ASKER CERTIFIED SOLUTION
Avatar of SheharyaarSaahil
SheharyaarSaahil
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Opps, sorry guys. I was misinformed...was pretty sure I was right with that, but guess I got confused. I don't work with home, but try to know the basics, but yes, you have to boot into safe mode. Sorry about that. Not sure why SheharyaarSaahil wasn't awarded the points...he was right.
Avatar of tpigielski

ASKER

You are correct.  SheharyaarSaahil gave me the info I needed.  I clicked too quickly and didn't pay attention afterward.  Thanks for catching this...my mistake.

Thanks...Tom
Hmm sounds like you need to run the attrib command in DOS, always sorts the trick when it gets down to security issues, click start->run type in cmd and hit enter, type in CACLS <pathname > and then what ever options I.E    If we now grant Read permissions to the same group they will still have FULL control: CACLS myfile.txt /E /G "Power Users":R
Hope that this makes sense, let me know if you are still stuck.