access to system registry denied

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

  1. #1

    Default access to system registry denied

    Hi,

    I have a problem with the method "EventLog.CreateEventSource" because I received one
    error message (access to system registry denied). I changed the security on the folder WINNT\system32\config to full control for everyone but I had no success.

    Thanks for your answer.





    Andrea Mondello Guest

  2. Similar Questions and Discussions

    1. System.UnauthorizedAccessException: Access is denied
      Hi, We have a simple 3 tier application which its core application is VC++ 6.0 ATL COM running as a server application in the COM+. An asp pipe is...
    2. ASP.NET and COM registry access denied
      I've seen many posts on the web about this topic, and I still haven't found an answer that works for me. I have an ASP.NET page written in C# that...
    3. Access is denied on DC System Event log
      When I am running computer management of any of our Windosw Server 2003 Domain controllers & I attempt to view the System Event Log, I recieve this...
    4. VB.NET Assembly denied access to System.Web. Help!
      I have a VB6 Windows Form application that calls a VB.NET Assembly. I can successfully call any test method in the assembly (like return "hello...
    5. System.IO.FileLoadException: Access is denied
      Hi, I am using the System.Reflection.Assembly.LoadFrom (strAssemblyPath) method to load an assembly in my web services, which has got only Basic...
  3. #2

    Default Re: access to system registry denied

    if you do a search in this news group, you will find the answer

    Andrea Mondello wrote:
    > Hi,
    >
    > I have a problem with the method "EventLog.CreateEventSource" because I
    > received one
    > error message (access to system registry denied). I changed the security
    > on the folder WINNT\system32\config to full control for everyone but I
    > had no success.
    >
    > Thanks for your answer.
    >
    >
    >
    Kairi Zikpin 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