Someone has written me a widget for my website in .net 2 but the project is a website one (where all the code-behinds and code has to be uploaded from the App_Code folder) whereas the rest of my site is a website application (where all the code compiles to a dll).
Can anyone think of a way I can get both of these to run simultaneously in one IIS instance without merging the projects?