How to create a new Web site in IIS?
Posted by on 21 July 2016 11:55 AM
|
To create a new Web site in IIS, follow these steps:
- Log on to the Web server computer as an administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double-click Administrative Tools, and then double-click Internet Services Manager.
- Click Action, point to New, and then click Web Site.
- After the Web Site Creation Wizard starts, click Next.
- Type a description for the Web site. This description is used internally to identify the Web site in Internet Services Manager only.
- Select the IP address to use for the site. If you select All (unassigned), the Web site is accessible on all interfaces and all configured IP addresses.
- Type the TCP port number to publish the site on.
- Type the Host Header name (the real name that is used to access this site).
- Click Next.
- Either type the path to the folder that is holding the Web site documents or click Browse to select the folder, and then clickNext.
- Select the access permissions for the Web site, and then click Next.
- Click Finish.
|
|
(0 vote(s))
 Helpful  Not helpful
|