---
title: "How to install our web application in IIS Web Server?"  
description: "How to install our web application in IIS Web Server?"  
author: "Amit Singh"  
published: 2011-01-31  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/345/how-to-install-our-web-application-in-iis-web-server  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# How to install our web application in IIS Web Server?

we use the foolowing method to deploy the web application in web server:\

- By using xcopy command
- create setup package and install the server machine
- use the deployment tools and config the server repositiery and drag and drop all files to the virual folder in IIS web server.

## Answers

### Answer by Amit Singh

we use the foolowing method to deploy the web application in web server:\

- By using xcopy command
- create setup package and install the server machine
- use the deployment tools and config the server repositiery and drag and drop all files to the virual folder in IIS web server.


---

Original Source: https://www.mindstick.com/interview/345/how-to-install-our-web-application-in-iis-web-server

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
