I would like to know what is the efficient way for deploying ASP.NET
web application. The process that I follow to deploy are:
Build the web applicaiton
Publish the web application from
Standard Bar > Build Menu
[Selecting only the files needed to execute the application]Connect to Server using any client software like
[WinScp]
Copy files from local computer to server.
Just like to know is this the correct approach?