I am not sure whether it is right to post this problem here or where? :confused:
I am running IIS and want to change permission of files on my pc in localhost.
But don't know how to do it?
Could you help me please ?
Thank You.
Printable View
I am not sure whether it is right to post this problem here or where? :confused:
I am running IIS and want to change permission of files on my pc in localhost.
But don't know how to do it?
Could you help me please ?
Thank You.
Right click the file, then properties, then go from there ? Or am i missing something ?
CHMOD won't work on a windows box i don't think...
Are you looking to lock down your system or increase the level of permission granted to the service?
i was gonna suggest using cacls but i'm not so sure that will work
i want to CHMOD 777.
Are you running a Unix OS or Windows?
http://www.tnsites.com/support/s_CHMOD-tutorial.asp
I would of thought that was at least Windows XP ProQuote:
I am running IIS
well if it is xp ( provided its an ntfs drive) then would my previous suggestion of Cacls work?
I am not using NTFS my drive is FAT32.
THanks it worked for folders.Quote:
Originally Posted by Suidae
it worked folders but in properties of file there is no web sharing tab so how to change permission of files?
Quote:
Originally Posted by slice
FAT32 does not allow for permissions. You would have to convert the drive to NTFS.
http://www.microsoft.com/technet/pro...onvertfat.mspx
But i have already successfully changed permission of folders ..... :confused:
Quote:
Originally Posted by slice
If you have an NTFS file system and you right-click on the folder and select properties from the pop-up menu. You will see a tab labeled "Security" if you have IIS installed on the machine you will also get a tab labeled "Web Sharing".
A FAT32 file system does not offer these options.
http://www.microsoft.com/windowsxp/u...october01.mspx
You need XP Pro and above to get the "Security" tab, as well as IIS
I am already using professional xp and have changed permissions of folders thru web sharing tab.But now problem is that i want to change permissions of file.But propertise window of file doesn't bring web sharing tab. :confused:
Quote:
Originally Posted by slice
Web Sharing only applies to the folder level. You can set security permissions on a per file basis or rethink your directory structure...
How per file basis ?
If you are running a FAT32 system... you can't. You have to convert your OS to NTFS.Quote:
Originally Posted by slice
If your file system is NTFS then right-click on the file and select properties from the pop-up menu and then the security tab.
You must have admin rights on the machine to set permissions.
http://www.microsoft.com/windows2000...re/iidfpsc.htm
you can also use the Cacls Command from Command Prompt
Download SFU. It's a collection of Unix tools writen on a low level of Windows and it's provided free from Microsoft. You can use CHMOD
Ninja Edit: link