fire wmi events in asp.net web application

  • Thread starter Thread starter Dicky Cheng
  • Start date Start date
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
 
Back
Top