I have finally finished my web site. I published it and I was surprised at the results. Although the App_Code compiled into a single .dll, every pages code behind compiled into it's own .dll. How do i make it so that it is one .dll?
Also, is it possible to compile everything (SubSonic,AJAX,etc) into that same single .dll?