Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Directions for IIS 6</strong></p> <p>You need to change the 'Home Directory' permissions with IIS Manager.</p> <p>Open Properties on the website. Select the 'Home Directory' tab. Check the 'Write' checkbox to enable write permissions.</p> <p>If you are set on doing this, I would suggest only enabling write on a particular directory and not the entire website. Changing the permissions for a single directory is the same as above except instead of selecting Properties for the entire website, choose Properties for the directory where you will be creating files.</p> <p><strong>Directions for IIS 7</strong></p> <ol> <li>Open Internet Information Systems (IIS) Manager</li> <li>Expand the site you want to modify (hit the plus next to the name)</li> <li>Right-click the directory where you would like to be able to write files and select <code>Edit Permissions</code></li> <li>Click on the <code>Security</code> tab</li> <li>Click on <code>Edit...</code> under the group and users list</li> <li>Select <code>IIS_IUSRS</code> from the "Groups or user names" list and add make sure the <code>Allow</code> checkbox is marked for <code>Write</code>.</li> </ol> <p>I know this sounds a lot like what you did in 1) of your question but I'm guessing you may just edited the permissions through Windows Explorer rather than IIS Manager. Let me know what error(s) you see if the steps above still don't work for you.</p> <p>I tested writing a file to disk using an <a href="http://aspalliance.com/152_How_to_Create_a_text_file_in_ASP_NET_" rel="nofollow noreferrer">example from aspalliance.com</a> and it worked great when I granted <code>IIS_IUSRS</code> write permission to the output directory and stopped working when I removed the write permission.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload