What I mean is when you publish with visual studio, it compiles the website
into binary files...if you just copy the project to the web server, it does
it "as is" meaning that if you have any loose source files sitting around,
they are used by the web server as an uncompiled form (the server compiles
as requests come in).