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

Re: Monitor .Net Activity like Regmon or Filemon by Dominick

Dominick
Wed Sep 12 16:57:56 PDT 2007

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
>



Re: Monitor .Net Activity like Regmon or Filemon by jwgoerlich

jwgoerlich
Thu Sep 13 04:33:10 PDT 2007

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 -