Write to Event log from my ASPX application

  • Thread starter Thread starter Marc Robitaille
  • Start date Start date
M

Marc Robitaille

Hello,

I am building an ASPX application. I have a DLL that connects to the
DataBase and return all what I need in the n-tier ways. I try to write in
the event log when an exception is raise. I get all kind of messages like
Access denied or can't access the registry. Is there a tutorial or some one
that can help me to demystify all those security problems?
 
I had the same problem, and this article helped me out

http://support.microsoft.com/?id=329291

It suggests either making a registry edit
or
Creating a project inheriting from the installer class which will alow you
to log under a specified Event Log Source

Good Luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top