fire wmi events in asp.net web application

D

Dicky Cheng

Hi,

I am using Enterprise Library with my Web application. When I set the ASPNET
account into Administrators group, the WMI event can be fired by

System.Management.Instrumentation.Instrumentation.Fire(log);

But I don't want to set the ASPNET account into Administrators group, but I
can't fire the WMI event normally. Can any other method to make me fire WMI
event without setting the ASPNET account into Administrators group?

Thanks,
Dicky
 

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

Top