I had done it before, my customer need it,so i find it out,and with all of you to share it.

First. confing the iis

1.In the command line :  inetmgr
2.Right-click the default web site and select the poperties
3.documents  and add the index.asp

Second. add the index.asp file to the wwwroot folder

1.new text document
2.write to follow into this text document
<% Response.Redirect("http://zwwon.cnblogs.com") %>
3.save the file to index.asp.

Finnaly.vailite
in the IE url bar, you can only write the http://hostname  to open the specifal web site.

相关文章:

  • 2021-04-13
  • 2021-12-13
  • 2021-06-22
  • 2021-07-18
  • 2021-10-21
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2021-12-03
  • 2021-11-25
  • 2022-12-23
  • 2021-09-07
  • 2021-10-03
  • 2021-09-02
  • 2021-11-08
相关资源
相似解决方案