When I do an update to a .cs file in my project, I have to upload bin/myProject.dll to my web site in order to make my changes effective. But I know that there are many asp.net website that does not need this dll, and I would like to know what is the difference between theese sites and mine. (my coworkers cant modify .cs files, because I have to compile the project on my computer, then upload the dll on the server ..)
Thanks.