Re: Registry key cannot write..

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: mikeb (mailbox.google_at_nospam.mailnull.com)
Date: 08/16/04


Date: Mon, 16 Aug 2004 10:15:42 -0700

caldera wrote:
> Actually I want to use windows service for scheduling. At a period of time it checks the
> values from the registry key and scheduled these key as a event. For example every day it
> sends a email of the user. But entering these event from the asp.net page. I don't want to
> get these events from the db. So I have to add a registry key from the asp.net page.
> May be, I can do this from the web service but in this case thread of the web service
> continously run. It isnot a pratical solution I think.(May be it is suitable )
> Thanks for your answer

If you're trying to write to the registry in an ASP.NET web application,
the the registry must have the proper permissions for the account that
the ASP.NET application is running under (by default this is the ASPNET
account).

Make sure the ACL for the registry key that you're writing to allows the
ASPNET account to create new keys.

>
> "Daniel Bass" <DanielBass TAKE at OUT CAPS WORDS Postmaster.co.uk> wrote in message
> news:#mry$y2gEHA.2812@tk2msftngp13.phx.gbl...
> Caldera,
>
> You start by mentioning a Windows Service, but then make a reference to a
> ASP.Net project, which would indicate it's actually a Web Service you're
> talking about?
>
> For a windows service, make sure it's running as local admin, or that the
> user it is running as has rights to edit the registry.
>
> For a web service, it's not advised you store any data in the server
> registry. Rather put it in the project global configuration file.
>
> Hope that helps.
>
> Dan
>
> "caldera" <caldera@cc.com> wrote in message
> news:OG6KWPugEHA.596@TK2MSFTNGP11.phx.gbl...
>
>>Hi,
>>I write a windows service. In that service I create a new subkey for
>
> registry. But service
>
>>install is call CreateSubKey() the program throw an exception to the event
>
> log said that
>
>>Cannot write to the registry key. What can cause to this message. Also I
>
> want to create sub
>
>>key from my asp.net project. How can I authoritize to write a new for the
>
> web application
>
>>for the registry.
>>Thanks for your answers.
>>
>>
>
>
>

-- 
mikeb


Relevant Pages

  • Re: hijack this startup - can someone tell me the hack i am experienci
    ... | *Registry key not found* ... | *Registry value not found* ... | Autorun entries from Registry: ... | Intel82801 Audio Driver Install Service: ...
    (microsoft.public.windowsxp.security_admin)
  • Help with Outlook profile script
    ... I would like to have a script that checks if the correct Outlook profile is configured in the users profile. ... Outlook profiles are configured in the following registry key: ...
    (microsoft.public.scripting.vbscript)
  • Re: Registry key cannot write..
    ... Actually I want to use windows service for scheduling. ... So I have to add a registry key from the asp.net page. ... I can do this from the web service but in this case thread of the web service ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Cannot Delete Registry Key
    ... > to the permissions on the bad key, ... >> [[Incorrectly editing the registry may severely damage your system. ... >> take ownership of the registry key by the current owner. ... >> MS-MVP Windows Shell/User ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Risks in Disabling Macro Security
    ... The trusted location is set up by creating a registry key at the location: ... our company security setup rejects EMails with .mdb ...
    (microsoft.public.access.security)