开发者

Need help setting up simple Virtual Directory in IIS7

Noobie question...

Using IIS7, I am trying to create a virtual directory for the folder that contains my video files, but can't get my head around how it is done.

For example... The existing address is http://www.mydomain.com/mem开发者_如何学编程bers which points to C:\wwwroot\mydomain\members I need http://www.mydomain.com/flash-members to point to the same path.

The existing IIS path to the members folder is Server\Sites\www_mydomain_com\members (has application icon)

Any help is appreciated.


For your example, assuming www_mydomain_com is the Site (little world icon), you can do this by:

  1. Open IIS Manager
  2. Right-click the web site, select Add Virtual Directory
  3. In the Alias field, enter flash-members
  4. In the Physical Path field, enter your path (C:\wwwroot\mydomain\members)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜