What is deployment? How do you deploy .Net and Java applications

Showing Answers 1 - 6 of 6 Answers

Vijay Sitlani

  • Jan 30th, 2007
 

Deployment - It is the procedure to deploy Web Application on the Server. You can deploy .Net application by simply Xcopy and create virtual directory for the application on server.

cicanchat

  • Jun 27th, 2007
 

Deployment is a process of installing required assemblies and needed dependencies for the product to work on the production setup. Whether it referes to ASP.NET application or Windows, but usually it is more pronounced for ASP.NET web application.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions