I'm trying to do a quick and dirty deployment of a project. I thought it would be easy to run my process, use some tool to grab a list of all loaded files (DLLs) and use that list to create a copy file list for my test deployment.
Thought about using filemon but there is a lot of noise in there. Its a .net project.
Thanks.