no write permissions

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default no write permissions

    Hi

    I trying to create a new directory "newdir" but i get the error:

    Exception Details: System.UnauthorizedAccessException: Access to the path
    "c:\inetpub\wwwroot\MakeLab4\newdir" is denied.

    I think i have to grant the necessary permissions. Where can i do that
    because in the explorer i can't find the security tab.


    ch Jim


    Jimmy Guest

  2. Similar Questions and Discussions

    1. Required read/write permissions
      I have multiple sites that sit parallel to one another in a parent directory. All sites are controlled by Contribute Publishing Services, but each...
    2. Write permissions issue with multiple user access
      Hi, Just want to know if anyone else has experienced this and knows the reason why. A multi movie program is installed on a network drive and...
    3. write permissions for Acrobat 6.0 files
      Hi, I've found a couple of people other than myself with the same problem regarding Adobe's Acrobat 6.0. When this program is used to create a pdf...
    4. Write permissions for ASPNET user on Windows 2003
      I am deploying an application on a Windows 2003 server. This application needs to write files to a folder. On IIS 5 this worked fine by granting...
    5. #24597 [Bgs]: Writing error_log w/o write permissions sends Apache to 100%CPU/Seg faults
      ID: 24597 User updated by: jordan at tumyeto dot net Reported By: jordan at tumyeto dot net Status: Bogus Bug Type:...
  3. #2

    Default Re: no write permissions

    nevermind found it
    "Jimmy" <befkop@gmail.com> wrote in message
    news:#lXpe5qLFHA.2604@TK2MSFTNGP10.phx.gbl...
    > Hi
    >
    > I trying to create a new directory "newdir" but i get the error:
    >
    > Exception Details: System.UnauthorizedAccessException: Access to the path
    > "c:\inetpub\wwwroot\MakeLab4\newdir" is denied.
    >
    > I think i have to grant the necessary permissions. Where can i do that
    > because in the explorer i can't find the security tab.
    >
    >
    > ch Jim
    >
    >

    Jimmy Guest

  4. #3

    Default Re: no write permissions

    Just in case someone else is searching for the same problem:


    Getting the Security Tab Back for Folders Using Windows XP Pro

    [url]http://weblogs.asp.net/kencox/archive/2005/01/24/359695.aspx[/url]


    "Jimmy" <befkop@gmail.com> wrote in message
    news:%23lXpe5qLFHA.2604@TK2MSFTNGP10.phx.gbl...
    > Hi
    >
    > I trying to create a new directory "newdir" but i get the error:
    >
    > Exception Details: System.UnauthorizedAccessException: Access to the path
    > "c:\inetpub\wwwroot\MakeLab4\newdir" is denied.
    >
    > I think i have to grant the necessary permissions. Where can i do that
    > because in the explorer i can't find the security tab.
    >
    >
    > ch Jim
    >
    >
    Ken Cox [Microsoft MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139