Re: Registry key cannot write..
From: Daniel Bass (DanielBass)
Date: 08/16/04
- Next message: Nick Malik: "Re: Creating doc files on the fly"
- Previous message: Daniel Bass: "Re: invalidate ??"
- In reply to: caldera: "Registry key cannot write.."
- Next in thread: caldera: "Re: Registry key cannot write.."
- Reply: caldera: "Re: Registry key cannot write.."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Aug 2004 09:43:40 +0100
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.
>
>
- Next message: Nick Malik: "Re: Creating doc files on the fly"
- Previous message: Daniel Bass: "Re: invalidate ??"
- In reply to: caldera: "Registry key cannot write.."
- Next in thread: caldera: "Re: Registry key cannot write.."
- Reply: caldera: "Re: Registry key cannot write.."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|