> Am trying to retrieve the cpuid of the system from web application and am
> geting the followng exception can anybody tell me how to solve this problem
[quoted text clipped - 3 lines]
>
> Dim moc As ManagementObjectCollection = mc.GetInstances()
ASP.NET runs (by default) under a fairly limited account. It looks like
you need to give it access to WMI.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too