The Web Store uses ASP.NET 2.0 and a Web Application Project (WAP). WAP based projects work similar to 1.x projects where all code behind code is compiled into a single assembly in the BIN directory and so make for much more predictable deployment scenario than stock ASP.NET 2.0 projects.
To deploy the Web store you need to copy the following files to the server:
- All DLL assemblies in the BIN directory
- All ASPX/ASCX/MASTER/ASHX files in the Web directories