Just copy the web application's content files (AS?X, css, web.config, etc) and the associated DLL assemblies (if any) to an application folder (website or virtual directory) onto a machine with IIS and the .NET framework. This is what's referred to as the "XCOPY deployment" feature of .NET.
|