我曾经使用过vs2010和webmatrix。然而,我最近正在尝试使用apache。因此,我的IIS express使用端口80,而apache使用端口8080。我打算用另一种方式来做。让apache使用port80,IIS使用8080。在IIS不再侦听端口80之前,我不能让apache侦听端口80。我应该如何配置IIS express的端口?
附注:我正在使用具有一个ip地址的win7
发布于 2013-10-12 08:34:46
尝尝这个
将默认IIS网站配置为使用端口8080
在Windows桌面上,依次单击“开始”、“管理工具”和“Internet信息服务(IIS)管理器”。
在“Internet信息服务(IIS)管理器”的“连接”窗格中,展开计算机名称,展开“站点”,然后单击“默认网站”。
在“操作”窗格中的“编辑站点”下,单击“绑定”。
在“站点绑定”对话框中,单击http项,然后单击“编辑”。
在“编辑站点绑定”对话框的“端口”中,键入8080,然后单击“确定”。
在“站点绑定”对话框中,单击“关闭”。
在“操作”窗格中的“管理网站”下,单击“停止”,然后单击“启动”。
发布于 2014-06-23 18:33:16
Microsoft Internet信息服务7.0
1. Open Internet Information Services (IIS) Manager. Select the Web.
2. site that you wish to configure. In the Action pane, click Bindings.
3. Click Add to add a new site binding, or click Edit to change an existing binding.
4. Click OK to apply the changes.来源- How to change the port for IIS services
发布于 2017-05-08 20:45:27
IIS 8.1
<代码>G29
https://stackoverflow.com/questions/19312136
复制相似问题