Hello,
I want to add website to my IIS.
My friend told me to add the website to my IIS, but i could not find such program in windows. Please help me.
How to do this?
Hello,
I want to add website to my IIS.
My friend told me to add the website to my IIS, but i could not find such program in windows. Please help me.
How to do this?
HI,
I know why you could not find the IIS in your windows.
Before adding the website to IIS, first you need to install IIS to your system.
For this you will need your windows XP CD & then install it.
After the installation go to IIS, right click Default Web Site go new->virtual directory, name it, point it to the root path of your website.
In this way you can install IIS on your system & then add your website to IIS.
I hope this helps.
How to add a website in IIS 7
1. Open the Internet Information Services MMC from administrative tools. Click on the Start Menu, then Control Panel, then Administrative Tools, then choose IIS. Click on the + next to your server name in IIS to expand it. Right click on the “Sites” folder click on Add Web Site.
Site Name: Type in your domain name without the www.
Application pool: IIS7 will automatically create a unique application pool based on your site name.
Physical Path: The directory on the server that your web site content is stored in.
Binding: This is necessary for running multiple websites from the same IP address.
Type: Leave at http
IP Address: Choose the IP address the domain name resolves to that you configured in DNS.
Port: Leave at 80
Host Name: Type in your domain name without the www.
2. Click on Ok to create the new website then click once on the site you just created to select it. On the right hand side of the IIS window click on "Bindings …" then click on the Add button.
Type: Leave set on http
IP Address: Choose the IP address the domain name resolves to that you configured in DNS.
Port: Leave the port set on 80.
Host Name: Type in www.example.com , replace example.com with your domain name. Click on ok to add the binding then click on close.
Source:
Bookmarks