Cannot write to Windows Registry (VB .NET)

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

  1. #1

    Default Cannot write to Windows Registry (VB .NET)

    I cannot write to windows registry using ASP .NET account.
    I have made a key in HKEY_LOCAL_MACHINE\Software and granted full access to
    ASP .NET account, but still got "Requested registry access is not allowed."

    Any idea why?

    TIA


    Nikolay Petrov Guest

  2. Similar Questions and Discussions

    1. Can't read/write to Registry
      Why I always get 'Requested registry access is not allowed' when i try to Read/Write to Windows Registry from ASP service. I use ASP NET account?...
    2. Unable to write to Windows Registry using XML Web Service
      Hiya, at this very moment I'm trying to write an XML Web Service for reading and writing configuration/registry settings. But for some reason I...
    3. can flash write to registry?
      i'm not certain, but i believe that distributing a .REG file (text file with registry modification instructions in it) and running it in the flash...
    4. Windows XP Registry Security
      Windows XP has registry security which none of the previous operations had. This is causing me problems as I need to be able to install software...
    5. Auditing Windows XP Registry
      Hello There, I can audit any of the Root Keys execpt for HKEY CLASSES ROOT. Would anyone know why the Audit pane for this root ker is greyed...
  3. #2

    Smile Re: Cannot write to Windows Registry (VB .NET)

    Chang from hkey_local_machin to hkey_current_user instead.
    Unregistered 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