1.

What Is The Difference Between Deploying And Publishing An Application?

Answer»

In deployment, you can CREATE a new setup and deployment project. In this project, you can add the project OUTPUT and create a setup.exe file. After creating an EXECUTABLE file, you need to login into the server and execute the setup.exe file to install the APPLICATION. On the other hand, in PUBLISHING, you need to right-click the application in the Solution Explorer and select Publish to publish the application. Then, you specify a location where the application is to be published. The users can then install the application from the location where you have published it and run locally even when the computer is offline.

In deployment, you can create a new setup and deployment project. In this project, you can add the project output and create a setup.exe file. After creating an executable file, you need to login into the server and execute the setup.exe file to install the application. On the other hand, in publishing, you need to right-click the application in the Solution Explorer and select Publish to publish the application. Then, you specify a location where the application is to be published. The users can then install the application from the location where you have published it and run locally even when the computer is offline.



Discussion

No Comment Found