Hi,

Apologies first of all for the cross-post - not sure whether the wmi group
is active...

I'm developing an ASP.NET app that will be publishing to wmi at various
places.

In msdn, it states that during development time, a call to either Fire or
Publish will automatically register the wmi schema - to save you from having
to use installutil and a project installer. This sounds like it should make
my life easier, therefore I'm all in favour of it! Problem is, I can't get
this to work from ASP.NET - even though it works OK from a console app.

After scanning some previous posts I've tried the following:

- adding the aspnet account to the acl for the wmi control properties
through computer management
- adding the aspnet account to the local administrators group

Neither of the above worked, but I'm guessing this will be a fairly simple
oversight on my part.

Any help would be greatly appreciated.

Cheers
Ian