Hi,
You should not deploy source code to hosting or to a production server. If you are using a hosting provider you should use the pre-compiled release files not source code. mojoPortal uses the Web Application project type where all the C# code is compiled into dll files in the bin folder.
If working with the source code, you must build the solution with Visual Studio.
Hope it helps,
Joe