To deploy any .NET application all you really need to do is copy the page and assembly files to the destination.
For a web application you also need to make sure the destination website or virtual directory is a "web application" in IIS that is set to the correct .NET framework version.
-Peter
|