G
Guest
Hi all,
I haven't done anything yet to study the securiy subject.
I'm developing a product where I will have to learn a lot about security in
..NET applications but for now I have a "simple" isolated problem:
In my main component I'm building some assemblies on-the-fly. I'm loading
them in a seperate application domain and I have to be able to unload the
files and delete them again.
The main component can be used by different client applications.
I'm getting an UnauthorizedAccessException: "Access to the path 'xxxxx.dll'
is denied" when trying to delete one of the generated dll-files.
If anyone ca help me solve this immediate problem it would be much
appreciated.
I'm also interested in any hints or links to good information / literature
about the subject (security in managed code).
Cheers, Jan.
I haven't done anything yet to study the securiy subject.
I'm developing a product where I will have to learn a lot about security in
..NET applications but for now I have a "simple" isolated problem:
In my main component I'm building some assemblies on-the-fly. I'm loading
them in a seperate application domain and I have to be able to unload the
files and delete them again.
The main component can be used by different client applications.
I'm getting an UnauthorizedAccessException: "Access to the path 'xxxxx.dll'
is denied" when trying to delete one of the generated dll-files.
If anyone ca help me solve this immediate problem it would be much
appreciated.
I'm also interested in any hints or links to good information / literature
about the subject (security in managed code).
Cheers, Jan.