I've written a plugin system for my web application where at application start assemblies are read and cataloged. Is this possible if I have a "plugins" folder that I push to, and how would I reference that folder if it is not located in my webapp folder structure?
Edit
I found this this SO question regarding the use of exe files for external processes and it seems that files included in the build are a possibility. Is this a matter of creating a folder in hte application path that IIS can access?