Normally when you add a new assembly you have to go into Visual Studio and add a reference (the .dll is stored in the /bin directory).
Since this website compiles on the fly, is it possible for me to just add the .dll to the live website, and then use that .dll in an .aspx page?
Currently in Visual Studio I can't see the .dll unless I go to 'add reference'.