Deploying your Web Store Application

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:



 Last Updated: 1/12/2008 | Send topic feedback