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.