1. search “server manager”

IIS setup on windows server 2008

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

IIS setup on windows server 2008

3. choose “Web Server”

IIS setup on windows server 2008

4. choose your wanted application

IIS setup on windows server 2008

5. keep on clicking next button

IIS setup on windows server 2008

6. basically, you will get successful message.

IIS setup on windows server 2008

7. add virtual directory

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

IIS setup on windows server 2008

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

IIS setup on windows server 2008

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.

IIS setup on windows server 2008

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

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

相关文章:

  • 2021-11-17
  • 2021-11-17
  • 2021-10-01
  • 2021-10-26
  • 2021-12-31
  • 2021-04-17
  • 2021-12-09
猜你喜欢
  • 2021-11-22
  • 2021-08-18
  • 2022-01-03
  • 2022-12-23
  • 2021-04-24
  • 2021-04-09
  • 2021-05-22
相关资源
相似解决方案