G
Guest
Hi everybody,
I have programmed a web application that I want to log exceptions to system
event log.
In order to use it, I needed to manually create an entry to the registry so
that I didn't get a security error.
When an error is logged, the following text is displayed:
"The description for Event ID ( 0 ) in Source ( Database.NET ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: "
Indicating that no message is defined for the DLL.
In Visual C++ I used a message file that was compiled using the message
compiler and included inside th application or DLL.
How can I do this in ASP.NET?
Thanks
Jaime
I have programmed a web application that I want to log exceptions to system
event log.
In order to use it, I needed to manually create an entry to the registry so
that I didn't get a security error.
When an error is logged, the following text is displayed:
"The description for Event ID ( 0 ) in Source ( Database.NET ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: "
Indicating that no message is defined for the DLL.
In Visual C++ I used a message file that was compiled using the message
compiler and included inside th application or DLL.
How can I do this in ASP.NET?
Thanks
Jaime