User-166373564 posted
Hi,
After you have created an ASP.NET Web application project or an ASP.NET Web site project in Visual Studio, you typically deploy the project to a Web server where others can access your application. Deployment typically involves more than just copying the
application's files from one server to another. Here is the detailed process.
ASP.NET Web Application Project Deployment Overview
http://msdn.microsoft.com/en-us/library/dd394698%28v=VS.100%29.aspx
Best regards
Angie