IIS setup on windows server 2008

1. search “server manager”

2. Choose “Roles” and then click “Add Feature”

IIS setup on windows server 2008_第1张图片

3. choose “Web Server”

IIS setup on windows server 2008_第2张图片

4. choose your wanted application

IIS setup on windows server 2008_第3张图片

5. keep on clicking next button

IIS setup on windows server 2008_第4张图片

6. basically, you will get successful message.

Picture 2013-05-29 15_51_26

7. add virtual directory

right click “Default web sites” and then click “add virtual directory”

IIS setup on windows server 2008_第5张图片

8. Fill the form for the alias name and physical path

IIS setup on windows server 2008_第6张图片

in this example, you can access the web site on browser by input “http://localhost/Test” or “http://127.0.0.1/Test” or “http://YourIP/Test”

9. If you want to force see the files like explorer, choose the virtual directory you just added and then click the “Directory Browseing” under the “IIS” section. And “enable” it.

Picture 2013-06-17 17_29_14

10. if you want to support more MIME type, such as you want to make .ini file could be downloaded from your virtual directory.

choose the vd and then click “MIME types” and then click “add…”, like this.

IIS setup on windows server 2008_第7张图片

11. save and then restart your default web sites in order to make the configuration active.

你可能感兴趣的:(windows,server,2008)