How to create a virtual directory in IIS7 for ASP.NET?

前端 未结 3 750
野的像风
野的像风 2021-01-03 08:36

I have an ASP.NET web site, my machine has IIS7 running on Windows Vista home premium. I want it to be visible to other computers on the LAN.

Do I need to create a

3条回答
  •  Happy的楠姐
    2021-01-03 09:36

    1. Make sure that the hostheaders are added in IIS. You want your IP and your computer name added with port 80 assigned.
    2. Make sure your firewall lets through port 80.
    3. Your friends can now surf on to your site using ip or computer name.

提交回复
热议问题