Modifying Windows Server file permissions, 2003/XP

This page will tell you how to change the file permissions on a Windows server.

Through Windows Explorer

On Windows 2003 with IIS

  1. Navigate to the file or folder that needs its permissions changed.
  2. Right-click on the file or folder and click on Properties.
  3. Select the Security tab.
  4. Click on the Internet Guest Account and make sure that the Allow checkbox is set for Writepermissions.
  5. If you are changing these permissions for the Drupal install process, when the installation is complete, for security reasons, you should revoke write permissions on the files or folders that Drupal no longer needs to write to.
  6. To revoke write permissions, just uncheck it.

On Windows XP with IIS

Windows XP’s security tab is hidden by default, so before the permissions can be set you need to:

  1. Go to My Computer.
  2. Click on the Tools>Folder Options menu item.
  3. Select the View tab.
  4. Under Advanced settings, scroll down to the bottom and uncheck Use simple file sharing (Recommended).
  5. Click Ok.
  6. Navigate to the file or folder that needs its permissions changed.
  7. Right-click on the file or folder and click on Properties.
  8. Select the Security tab.
  9. Click on the Internet Guest Account and make sure that the Allow checkbox is set for Writepermissions.
  10. If you are changing these permissions for the Drupal install process, when the installation is complete, for security reasons, you should revoke write permissions on the files or folders that Drupal no longer needs to write to.
  11. To revoke write permissions, just uncheck it.
  • Meet Author

    S.Abhilash, started this blog in the later half of 2009 as a self hosting site for all his previous blogging attempts. , My way of writing and frequency of publishing may not be uniform as my resources are my projects nd issues i came across. For the last few years this blog is reacing 100 s of unique visitors each day, thanks wordpress and google for such a perfection in their software and services.

    Head to Authors Page | Abhilash on Facebook



Category Windows     Tags , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Comment on Facebook

1 Comment to “Modifying Windows Server file permissions, 2003/XP”

Community



FREE News Letter

Enter your email address

See Also

Resources

Please Submit your Email Address to Get Latest Technology News As it Happens


Enter your email address


Read previous post:
Change MySQL Admin password

[root@fedora12 user1]# mysqladmin -u root password 123456 [root@fedora12 user1]# mysqladmin -u root password 123456 mysqladmin: connect to server at 'localhost'...

Close