<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Server - Technology : ISA</title><link>http://msmvps.com/blogs/richardwu/archive/tags/ISA/default.aspx</link><description>Tags: ISA</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Publish IIS 6 on ISA2004/2006 Server when they are on the same server.</title><link>http://msmvps.com/blogs/richardwu/archive/2007/05/22/publish-iis-6-on-isa2004-2006-server-when-they-are-on-the-same-server.aspx</link><pubDate>Mon, 21 May 2007 19:35:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:917356</guid><dc:creator>Richard</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardwu/rsscomments.aspx?PostID=917356</wfw:commentRss><comments>http://msmvps.com/blogs/richardwu/archive/2007/05/22/publish-iis-6-on-isa2004-2006-server-when-they-are-on-the-same-server.aspx#comments</comments><description>&lt;p&gt;If you want to publish the HTTP service in IIS which was installed on the same machine as ISA, you are require to disable socket pooling on it. Otherise,&amp;nbsp;HTTP service&amp;nbsp;will bind itself to all network interfaces which prevent ISA to listen&amp;nbsp;for incoming request.&lt;/p&gt;
&lt;p&gt;1. Install the Support Tools form the W2K3 Server installation disc. It was located in the SUPPORT\TOOLS folder.&lt;br /&gt;2. Run&amp;nbsp;&amp;quot;net stop http /y&amp;quot;&amp;nbsp;&lt;br /&gt;3. Run &amp;quot;net stop w3proxy&amp;quot; if you enabled the web proxy service.&lt;br /&gt;4. Go&amp;nbsp;to the Support Tools folder and Run &amp;quot;httpcfg delete iplisten -i 0.0.0.0&amp;quot;&lt;br /&gt;5. Run &amp;quot;httpcfg set iplisten -i 192.168.8.8&amp;quot; where &amp;quot;192.168.8.8&amp;quot; is the IP of which HTTP service should be&amp;nbsp; listen to.&lt;br /&gt;6. Run &amp;quot;net start http&amp;quot; &lt;br /&gt;7. Run &amp;quot;net start w3svc&amp;quot;&lt;br /&gt;8. Run &amp;quot;net start w3proxy&amp;quot;&lt;/p&gt;
&lt;p&gt;You can run &amp;quot;httpcfg query iplisten&amp;quot; to check which IP does the HTTP service is currently listening to.&lt;br /&gt;You can also run &amp;quot;netstat -na | more&amp;quot; to check the active listening ports.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to stop socket pooling on FTP service, you can do this:&lt;/p&gt;
&lt;p&gt;1. cd c:\Inetpub\AdminScripts &lt;br /&gt;2. net stop msftpsvc &lt;br /&gt;3. cscript adsutil.vbs set msftpsvc/disablesocketpooling true &lt;br /&gt;4. net start msftpsvc &lt;/p&gt;
&lt;p&gt;If you want to stop socket pooling on&amp;nbsp;SMTP service, you can do this:&lt;/p&gt;
&lt;p&gt;1. cd c:\Inetpub\AdminScripts &lt;br /&gt;2. net stop smtpsvc &lt;br /&gt;3. cscript adsutil.vbs set smtpsvc/disablesocketpooling true &lt;br /&gt;4. net start smtpsvc &lt;/p&gt;
&lt;p&gt;You can also disable socket pooling for POP3 and IMAP4 services by changing the command:&lt;br /&gt;cscript adsutil.vbs set imap4svc/disablesocketpooling true &lt;br /&gt;cscript adsutil.vbs set pop3svc/disablesocketpooling true &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=917356" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardwu/archive/tags/ISA/default.aspx">ISA</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://msmvps.com/blogs/richardwu/archive/tags/Networking/default.aspx">Networking</category></item></channel></rss>