<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>07-Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>07-Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis</link><pubDate>Sat, 19 Jan 2019 10:27:08 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Ren Zhi Hong  </dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Current Revision posted to 技术资料库 by Ren Zhi Hong   on 1/19/2019 10:27:08 AM&lt;br /&gt;
&lt;p&gt;Depolyed Server要用到IIS服务（Internet Informaiton Service）,IIS服务默认的端口号是80，但是如果80端口已被其他应用程序占用，那就需要在配置IIS服务时更改端口号，给IIS指定一个新的端口号。&lt;/p&gt;
&lt;p&gt;一，在Win7，8下安装IIS的端口：&lt;br /&gt;Win7，8下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver"&gt;https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;二，在Windows Server 2008中安装IIS的端口：&lt;br /&gt;Windows Server 2008下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html"&gt;http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;三，更改IIS的端口，从默认的80改成2017：&lt;/p&gt;
&lt;p&gt;通过控制面板Control Panel&amp;gt; Administrative Tools&amp;gt; Internet Information Services (IIS) Manager，打开Internet Information Services (IIS) Manager窗口。&lt;/p&gt;
&lt;p&gt;展开左侧的Site&amp;gt; Default Web Site，选中Default Web Site后，点击右侧Edit Site下的Bingdings打开Site Bindings窗口，选中第一行后点击Edit按钮，打开Edit Site Binding窗口，在Port栏中将80改成2017，点击OK返回。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;注意此处更改端口后，要在Site Bindings窗口中点击Browse按钮，检查是否打开IIS的主页如下图，正常显示后说明更改成功。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis/revision/6</link><pubDate>Tue, 11 Jul 2017 07:17:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Jing.Bai</dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Revision 6 posted to 技术资料库 by Jing.Bai on 7/11/2017 7:17:29 AM&lt;br /&gt;
&lt;p&gt;Depolyed Server要用到IIS服务（Internet Informaiton Service）,IIS服务默认的端口号是80，但是如果80端口已被其他应用程序占用，那就需要在配置IIS服务时更改端口号，给IIS指定一个新的端口号。&lt;/p&gt;
&lt;p&gt;一，在Win7，8下安装IIS的端口：&lt;br /&gt;Win7，8下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver"&gt;https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;二，在Windows Server 2008中安装IIS的端口：&lt;br /&gt;Windows Server 2008下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html"&gt;http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;三，更改IIS的端口，从默认的80改成2017：&lt;/p&gt;
&lt;p&gt;通过控制面板Control Panel&amp;gt; Administrative Tools&amp;gt; Internet Information Services (IIS) Manager，打开Internet Information Services (IIS) Manager窗口。&lt;/p&gt;
&lt;p&gt;展开左侧的Site&amp;gt; Default Web Site，选中Default Web Site后，点击右侧Edit Site下的Bingdings打开Site Bindings窗口，选中第一行后点击Edit按钮，打开Edit Site Binding窗口，在Port栏中将80改成2017，点击OK返回。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;注意此处更改端口后，要在Site Bindings窗口中点击Browse按钮，检查是否打开IIS的主页如下图，正常显示后说明更改成功。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis/revision/5</link><pubDate>Tue, 11 Jul 2017 07:16:48 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Jing.Bai</dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Revision 5 posted to 技术资料库 by Jing.Bai on 7/11/2017 7:16:48 AM&lt;br /&gt;
&lt;p&gt;Deployed Server配置时更改IIS端口的方法&lt;/p&gt;
&lt;p&gt;Depolyed Server要用到IIS服务（Internet Informaiton Service）,IIS服务默认的端口号是80，但是如果80端口已被其他应用程序占用，那就需要在配置IIS服务时更改端口号，给IIS指定一个新的端口号。&lt;/p&gt;
&lt;p&gt;一，在Win7，8下安装IIS的端口：&lt;br /&gt;Win7，8下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver"&gt;https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;二，在Windows Server 2008中安装IIS的端口：&lt;br /&gt;Windows Server 2008下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html"&gt;http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;三，更改IIS的端口，从默认的80改成2017：&lt;/p&gt;
&lt;p&gt;通过控制面板Control Panel&amp;gt; Administrative Tools&amp;gt; Internet Information Services (IIS) Manager，打开Internet Information Services (IIS) Manager窗口。&lt;/p&gt;
&lt;p&gt;展开左侧的Site&amp;gt; Default Web Site，选中Default Web Site后，点击右侧Edit Site下的Bingdings打开Site Bindings窗口，选中第一行后点击Edit按钮，打开Edit Site Binding窗口，在Port栏中将80改成2017，点击OK返回。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;注意此处更改端口后，要在Site Bindings窗口中点击Browse按钮，检查是否打开IIS的主页如下图，正常显示后说明更改成功。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis/revision/4</link><pubDate>Tue, 11 Jul 2017 07:15:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Jing.Bai</dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Revision 4 posted to 技术资料库 by Jing.Bai on 7/11/2017 7:15:29 AM&lt;br /&gt;
&lt;p&gt;Deployed Server配置时更改IIS端口的方法&lt;/p&gt;
&lt;p&gt;Depolyed Server要用到IIS服务（Internet Informaiton Service）,IIS服务默认的端口号是80，但是如果80端口已被其他应用程序占用，那就需要在配置IIS服务时更改端口号，给IIS指定一个新的端口号。&lt;/p&gt;
&lt;p&gt;一，在Win7，8下更改IIS的端口：&lt;br /&gt;Win7，8下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver"&gt;https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;二，在Windows Server 2008中更改IIS的端口：&lt;br /&gt;Windows Server 2008下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html"&gt;http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;三，更改IIS的端口，从默认的80改成2017：&lt;/p&gt;
&lt;p&gt;通过控制面板Control Panel&amp;gt; Administrative Tools&amp;gt; Internet Information Services (IIS) Manager，打开Internet Information Services (IIS) Manager窗口。&lt;/p&gt;
&lt;p&gt;展开左侧的Site&amp;gt; Default Web Site，选中Default Web Site后，点击右侧Edit Site下的Bingdings打开Site Bindings窗口，选中第一行后点击Edit按钮，打开Edit Site Binding窗口，在Port栏中将80改成2017，点击OK返回。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/0216.1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;注意此处更改端口后，要在Site Bindings窗口中点击Browse按钮，检查是否打开IIS的主页如下图，正常显示后说明更改成功。&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/8130.2.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-04-10/pastedimage1499757285948v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis/revision/3</link><pubDate>Tue, 11 Jul 2017 06:53:44 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Jing.Bai</dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Revision 3 posted to 技术资料库 by Jing.Bai on 7/11/2017 6:53:44 AM&lt;br /&gt;
&lt;p&gt;Deployed Server配置时更改IIS端口的方法&lt;/p&gt;
&lt;p&gt;Depolyed Server要用到IIS服务（Internet Informaiton Service）,IIS服务默认的端口号是80，但是如果80端口已被其他应用程序占用，那就需要在配置IIS服务时更改端口号，给IIS指定一个新的端口号。&lt;/p&gt;
&lt;p&gt;一，在Win7，8下更改IIS的端口：&lt;br /&gt;Win7，8下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver"&gt;https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;通过控制面板Control Panel&amp;gt; Administrative Tools&amp;gt; Internet Information Services (IIS) Manager&lt;/p&gt;
&lt;p&gt;&lt;a href="/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver"&gt;https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/28812.selectserver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;二，在Windows Server 2008中更改IIS的端口：&lt;br /&gt;Windows Server 2008下IIS服务的安装请参考如下文章：&lt;br /&gt;&lt;a href="http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html"&gt;http://jingyan.baidu.com/article/fec4bce2398747f2618d8b88.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis/revision/2</link><pubDate>Tue, 11 Jul 2017 06:51:24 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Yongan.Fu</dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Revision 2 posted to 技术资料库 by Yongan.Fu on 7/11/2017 6:51:24 AM&lt;br /&gt;
&lt;p&gt;Deployed Server配置时更改IIS端口的方法&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Deployed Server配置时更改IIS端口的方法</title><link>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis/revision/1</link><pubDate>Wed, 31 May 2017 09:11:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7ee5451-8354-4194-b9ec-497e6cf23c64</guid><dc:creator>Jing.Bai</dc:creator><comments>https://communities.bentley.com/communities/other_communities/chinafirst/w/chinawiki/35257/07-deployed-server-iis#comments</comments><description>Revision 1 posted to 技术资料库 by Jing.Bai on 5/31/2017 9:11:40 AM&lt;br /&gt;
&lt;p&gt;Deployed Server配置时更改IIS端口的方法&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>