Ask a Question related to ASP.NET Web Services, Design and Development.
-
Karthik Srinivasan #1
Error Creating Event Source
Hi,
My web application which runs on Windows 2003 server writes to EventLog
during application startup but I get the following exception
Requested registry access is not allowed.
at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
at System.Diagnostics.EventLog.CreateEventSource(Stri ng source, String
logName, String machineName, Boolean useMutex)
at System.Diagnostics.EventLog.WriteEntry(String message,
EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String message,
EventLogEntryType type, Int32 eventID, Int16 category)
at System.Diagnostics.EventLog.WriteEntry(String message,
EventLogEntryType type, Int32 eventID)
at System.Diagnostics.EventLog.WriteEntry(String message,
EventLogEntryType type)
at VZ.DC.ServicesFactories.DCFactory..ctor()
I created the EventLog Source manually as suggested in this article
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329291[/url]
still no luck.
Any suggestions to resolve this issue?
Thanks In Advance.
Karthik Srinivasan
Karthik Srinivasan Guest
-
Getting Error: Event Type 'flash.event:event' is unavailable ?????
Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however... -
Error creating a new Data Source for Oracle connection
I'm trying to create a new data source connection to our Oracle 10gR2 server using ColdFusion Administrator 6.1 Standard on a Windows 2003 server.... -
Creating Data Source
We have installed ColdFusion MX 7 on a new Windows 2003 server. When I try to create a data source in the admin I get the following error message... -
Event Log Source creation security hang up.
I want to have my trace statements log to the event viewer and have the following test code in Page_Load: If Not Page.IsPostBack Then Try ... -
creating deb package of xfree86 4.3 from source?
Hello all, I am setting up sarge with video unsupported by xfree86 4.2. I know I can use the install script, but I wondered if I should turn the... -
CodeMeister #2
Re: Error Creating Event Source
This sounds like a permissions issue with the account your application is
using. You might want to check the registry permission on the new log source
keys and make sure the user/group has read permissions on the keys.
If you are using impersonation on your site, make sure the users also have
access to those keys.
Hope this helps.
Jon
"Karthik Srinivasan" <karthiks_75@hotmail.com> wrote in message
news:%23WauQxfbFHA.3488@tk2msftngp13.phx.gbl...> Hi,
>
> My web application which runs on Windows 2003 server writes to EventLog
> during application startup but I get the following exception
>
> Requested registry access is not allowed.
>
> at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
> at System.Diagnostics.EventLog.CreateEventSource(Stri ng source, String
> logName, String machineName, Boolean useMutex)
> at System.Diagnostics.EventLog.WriteEntry(String message,
> EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
> at System.Diagnostics.EventLog.WriteEntry(String message,
> EventLogEntryType type, Int32 eventID, Int16 category)
> at System.Diagnostics.EventLog.WriteEntry(String message,
> EventLogEntryType type, Int32 eventID)
> at System.Diagnostics.EventLog.WriteEntry(String message,
> EventLogEntryType type)
> at VZ.DC.ServicesFactories.DCFactory..ctor()
>
>
>
> I created the EventLog Source manually as suggested in this article
>
> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329291[/url]
>
> still no luck.
>
> Any suggestions to resolve this issue?
>
> Thanks In Advance.
>
> Karthik Srinivasan
>
>
CodeMeister Guest



Reply With Quote

