If you place the SRC attribute, the source.vb file is not compiled and you
must provide it with the ASPX page on the server.
If you place the CodeBehind attribute, the source.vb file is compiled by
Visual Studio.net in a DLL, and you must provide juste the DLL and the ASPX
page on the server (the source.vb file is not needed).