-
Notifications
You must be signed in to change notification settings - Fork 0
Web deployment
Nguyen Truong Tho edited this page Oct 9, 2013
·
6 revisions
This guide is intended for Window Server 2008 R2 or later.
Make sure that Web Server (IIS) is installed
- Open Server Manager, Web Server (IIS) is under Roles
- Add exception for port 80, and if the server is running on Azure, need to add endpoint & mapping for HTTP port (80) on Azure Firewall
Install Web Server Management Tool
- Open Web Server (IIS), scroll down to Role Services
- Click Add Role Service and Select Management Tool.
- After Management Tool is installed, you can access it by go to Start > Run > type in inetmgr > Enter
Create a new web application:
- Open Web Server Management Tool, expand Sites on the the left sidebar.
- Sites > Add new website and follow instruction, be aware of Application Pool option, with default setting, the new website will run on .NET version 2.0 (most of our website project is currently running on .NET 4.0)
** Install Web Deploy Tool
- Refer to this website: http://code-inside.de/blog-in/2011/04/03/howto-setup-of-webdeploy-msdeploy/
- If the server is on Azure, remember to open an endpoint for web deployment port 8172.
- Add an Firewall exception on local machine for port 8172. (To be continue)