User372121194 posted
Hi,
To deploy ASP.NET website, we can use Web Deployment project or "Publish" function to precompile it and then deploy it on the server, or we can copy the whole website files to server, or we can create Web Setup project for it that allows user to install
with wizard. For more information, see
http://www.15seconds.com/issue/030806.htm.
For the website working with Crystal Reports, we can add the CR merge modules to web deployment project, or install the run time redistributible pack on the server.
I look forward to hearing from you.