Re: performance monitor and security

From: Arild Bakken (arildb_@hotmail.com)
Date: 06/25/02


From: "Arild Bakken" <arildb_@hotmail.com>
Date: Tue, 25 Jun 2002 22:30:09 +0200


Never tried this myself, so this is a longshot, but if this is a webservice
under ASP.NET I guess it is running under the aspnet identity, which have
very few persmissions on the computer. Try changing the identity in the
web.config. There's a good article on MSDN on ASP.NET on security; search
for the words asp.net, security and delegation.

Arild

"tomasz kaszuba" <tomasz.kaszuba@inteligo.pl> wrote in message
news:11fbc01c21c70$58fd5ef0$9ae62ecf@tkmsftngxa02...
> I get an access denied exception thrown from system.dll
> when I try to read from a performance monitor. Now I
> figure that I should be able to change these settings but
> I'm lost as to how. The docs provide a lot of info but no
> concrete examples. The assembly is being called from a web
> service so I'm assuming this will have something to do
> with it. Please help.... pleasssseeee.
>
>