Monitor .Net Activity like Regmon or Filemon

  • Thread starter jwgoerlich@gmail.com
  • Start date
J

jwgoerlich@gmail.com

Hello group,

Are there any utilities for monitoring .Net assemblies? For instance,
one could use Filemon for access being denied at the file system, or
Regmon for access being denied in the registry. Is there an equivalent
for access denied by .Net's security model?

Thanks in advance,

J Wolfgang Goerlich
 
D

Dominick Baier

what do you mean with ".NET Security Model" ?

CAS or ACL based security?

CAS - i am not aware of that - besided running in a debugger and catching
SecurityExceptions.

-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)

> Hello group,
>
> Are there any utilities for monitoring .Net assemblies? For instance,
> one could use Filemon for access being denied at the file system, or
> Regmon for access being denied in the registry. Is there an equivalent
> for access denied by .Net's security model?
>
> Thanks in advance,
>
> J Wolfgang Goerlich
>
 
J

jwgoerlich@gmail.com

I was thinking CAS, but either would work. The debugger is a good
idea, I will give that a try.

Thanks,

J Wolfgang Goerlich

On Sep 12, 7:57 pm, Dominick Baier
<dbaier@pleasepleasenospam_leastprivilege.com> wrote:
> what do you mean with ".NET Security Model" ?
>
> CAS or ACL based security?
>
> CAS - i am not aware of that - besided running in a debugger and catching
> SecurityExceptions.
>
> -----
> Dominick Baier (http://www.leastprivilege.com)
>
> Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
>
>
>
> > Hello group,

>
> > Are there any utilities for monitoring .Net assemblies? For instance,
> > one could use Filemon for access being denied at the file system, or
> > Regmon for access being denied in the registry. Is there an equivalent
> > for access denied by .Net's security model?

>
> > Thanks in advance,

>
> > J Wolfgang Goerlich- Hide quoted text -

>
> - Show quoted text -
 
Back
Top Bottom