'Requested registry access is not allowed.' error

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

  1. #1

    Default 'Requested registry access is not allowed.' error

    Hi,
    i am trying to write to event log from my aspx application that is
    using windows authentication. All my users would be 'Domain Users'.
    I am able to write to event log when logged in as Administrator and
    not as 'Domain Users'. I added 'Domain Users' to Permissions in
    registry for Application key and its subkeys I am using.
    I still get this error. What else should be done in my case to get my
    Domain Users be able to write to event log.
    Application runs on Win 2003 Server.
    Thanks,
    Vamsi
    Vamsi Guest

  2. Similar Questions and Discussions

    1. requested template has been denied access
      cffile: upload, when run gets the following error: Security: The requested template has been denied access to...
    2. Web Service Error - Server was unable to process request. --> Requested registry
      I have created a web service that runs fine on my development computer but when I try running it on the server it will not function. I have...
    3. "Requested registry access is not allowed" and Web Service call
      Hey all - I'm having a really confusing problem concerning a web service. Right now, I have an application that needs to call a web service that...
    4. The requested method POST is not allowed for the URL
      I have a page with 3 frames,the top is static(a jpg and a banner), the left one has the menu build in flash, and the main frame is where the "action...
    5. The requested method POST is not allowed
      Do you have a form on the pages? -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH...
  3. #2

    Default Re: 'Requested registry access is not allowed.' error

    It's not that you don't have access to the Event Log, but rather that
    you don't have access tot he Registry. The Registry hive for creating
    new Event Sources.

    You have to manually create the Registry keys for the Event Source.
    You can do this by creating a Console App that writes one Log entry to
    the Event Source.

    Hope this helps,

    Randy
    [url]http://www.kbcafe.com[/url]

    [email]m_vamsi@hotmail.com[/email] (Vamsi) wrote in message news:<3a89757d.0311141135.421271b5@posting.google. com>...
    > Hi,
    > i am trying to write to event log from my aspx application that is
    > using windows authentication. All my users would be 'Domain Users'.
    > I am able to write to event log when logged in as Administrator and
    > not as 'Domain Users'. I added 'Domain Users' to Permissions in
    > registry for Application key and its subkeys I am using.
    > I still get this error. What else should be done in my case to get my
    > Domain Users be able to write to event log.
    > Application runs on Win 2003 Server.
    > Thanks,
    > Vamsi
    Randy Charles Morin 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