<?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>Server: Microsoft-IIS/7.0\r\n </title><link>http://msmvps.com/blogs/bernard/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>How to Detect, Identify and Defend against SQL Injection?</title><link>http://msmvps.com/blogs/bernard/archive/2008/06/25/how-to-detect-identify-and-defend-against-sql-injection.aspx</link><pubDate>Wed, 25 Jun 2008 12:40:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1637546</guid><dc:creator>qbernard</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1637546</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1637546</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/06/25/how-to-detect-identify-and-defend-against-sql-injection.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/SQL_injection" target="_blank"&gt;&lt;strong&gt;SQL Injection&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;has been around for many years :) and you probably get over 3 million results when you googled the term. so why is it so HOT now? Well, not so long ago some folks&amp;nbsp;(don&amp;#39;t ask me who!!, go read)&amp;nbsp;were claiming that it was an IIS exploit, etc. Hence, all IIS web servers are subjected to this exploit, but the fact is that it has nothing to do with IIS, it is Web application related, so if you have a web/database application that running on Apache or even IBM Websphere, etc, you are subjected to the attack as well when user inputs are not properly validated. In short, the attack uses these input as the command window/line to issue specify command to the database that &amp;quot;not suppose&amp;quot; to happen via the application interface. For example, user can easily manipulate the database scheme and data, or user can even gain further access via the database system to the actual operating system level access.&lt;/p&gt;
&lt;p&gt;Anyway, Microsoft just released a &lt;a class="" href="http://www.microsoft.com/technet/security/advisory/954462.mspx" target="_blank"&gt;&lt;strong&gt;security advisory&lt;/strong&gt;&lt;/a&gt; on how to detect via a &lt;a class="" href="http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx" target="_blank"&gt;&lt;strong&gt;free scanner&lt;/strong&gt;&lt;/a&gt; from HP, how to protect at IIS level via &lt;a class="" href="http://learn.iis.net/page.aspx/473/using-urlscan" target="_blank"&gt;&lt;strong&gt;URLSCAN 3.0&lt;/strong&gt;&lt;/a&gt; :) take note that this is still beta and how to identify it at coding level via &lt;a class="" href="http://support.microsoft.com/kb/954476" target="_blank"&gt;&lt;strong&gt;Microsoft Source Code Analyzer for SQL Injection&lt;/strong&gt;&lt;/a&gt;, take note this analyzer only works for ASP.&lt;/p&gt;
&lt;p&gt;While the above is useful and helpful, you probably want to educate your developers on secure coding by implementing proper input validation before the input is process by the web or database system. The &lt;a class="" href="http://www.microsoft.com/technet/security/advisory/954462.mspx" target="_blank"&gt;&lt;strong&gt;advisory&lt;/strong&gt;&lt;/a&gt; contains a&amp;nbsp;lot more information about the attack technique, best practices and more. So make sure you forward the details to your developers!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1637546" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS/default.aspx">IIS</category></item><item><title>IIS KBs - May 2008</title><link>http://msmvps.com/blogs/bernard/archive/2008/06/11/iis-kbs-may-2008.aspx</link><pubDate>Wed, 11 Jun 2008 10:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1633927</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1633927</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1633927</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/06/11/iis-kbs-may-2008.aspx#comments</comments><description>&lt;p&gt;Well, for last month we got zero new IIS KB articles, yet few are related to IIS in certain way.&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://support.microsoft.com/?id=941850" target="_blank"&gt;&lt;strong&gt;941850&lt;/strong&gt;&lt;/a&gt; When you try to access files on a WebDAV site that uses only Digest authentication, the process may fail on a Windows Vista-based computer&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=942039" target="_blank"&gt;&lt;strong&gt;942039&lt;/strong&gt;&lt;/a&gt; FIX: Visual Studio 2005 incorrectly creates a subfolder and moves a Web project to the newly created folder&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1633927" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item><item><title>Improving Web Service Security: WCF</title><link>http://msmvps.com/blogs/bernard/archive/2008/06/11/improving-web-service-security-wcf.aspx</link><pubDate>Wed, 11 Jun 2008 10:19:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1633925</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1633925</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1633925</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/06/11/improving-web-service-security-wcf.aspx#comments</comments><description>&lt;p&gt;The &lt;a class="" href="http://msmvps.com/controlpanel/blogs/MIcrosoft%20Patterns%20&amp;amp;%20Practices%20team" target="_blank"&gt;&lt;strong&gt;Microsoft Patterns &amp;amp; Practices&lt;/strong&gt;&lt;/a&gt; team just published a beta copy of &lt;a class="" href="http://www.codeplex.com/WCFSecurityGuide" target="_blank"&gt;&lt;strong&gt;Improving Web Service Security for WCF&lt;/strong&gt;&lt;/a&gt; or code name Indigo last week. This is another great playbook from the team that&amp;nbsp;gives us many great guides and practices in using Microsoft technologies. If you are into Indigo, this is a must read :)&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the chapter outlines:&lt;br /&gt;&lt;em&gt;Chapter 01 - Security Fundamentals for Web Services&lt;br /&gt;Chapter 02 - Threats and Countermeasures for Web Services&lt;br /&gt;Chapter 03 - Security Design Guidelines for Web Services &lt;br /&gt;Chapter 04 - WCF Security Fundamentals&lt;br /&gt;Chapter 05 - Authentication, Authorization and Identities in WCF&lt;br /&gt;Chapter 06 - Impersonation and Delegation in WCF&lt;br /&gt;Chapter 07 - Message and Transport Security in WCF&lt;br /&gt;Chapter 08 - WCF Bindings Fundamentals &lt;br /&gt;Chapter 09 - Intranet – Web to Remote WCF Using Transport Security (Original Caller, TCP)&lt;br /&gt;Chapter 10 - Intranet – Web to Remote WCF Using Transport Security (Trusted Subsystem,HTTP)&lt;br /&gt;Chapter 11 - Intranet – Web to Remote WCF Using Transport Security (Trusted Subsystem TCP)&lt;br /&gt;Chapter 12 - Intranet – Windows Forms to Remote WCF Using Transport Security (Original Caller, TCP) &lt;br /&gt;Chapter 13 - Internet – WCF and ASMX Client to Remote WCF Using Transport Security (Trusted Subsystem, HTTP)&lt;br /&gt;Chapter 14 - Internet – Web to Remote WCF Using Transport Security (Trusted Subsystem, TCP)&lt;br /&gt;Chapter 15 - Internet – Windows Forms Client to Remote WCF Using Message Security (Original Caller, HTTP)&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t forget to check out more publications at the &lt;a class="" href="http://www.codeplex.com/Project/ProjectDirectory.aspx?TagName=patterns%20%26%20practices" target="_blank"&gt;&lt;strong&gt;project directory&lt;/strong&gt;&lt;/a&gt; (tag = patterns &amp;amp; practices) of the site for more practices and guildlines written by Microsoft and external experts from time to time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1633925" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category></item><item><title>IIS KBs - April 2008</title><link>http://msmvps.com/blogs/bernard/archive/2008/05/26/iis-kbs-april-2008.aspx</link><pubDate>Mon, 26 May 2008 05:15:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1627386</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1627386</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1627386</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/05/26/iis-kbs-april-2008.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" href="http://support.microsoft.com/?id=949516" target="_blank"&gt;&lt;strong&gt;949516&lt;/strong&gt;&lt;/a&gt; Error message when you use the &amp;quot;IMSAdminBase::CopyKey&amp;quot; method as a part of the IIS 6.0 Compatibility components in IIS 7.0: &amp;quot;Exception from HRESULT: 0x80070003&amp;quot;&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=950735" target="_blank"&gt;&lt;strong&gt;950735&lt;/strong&gt;&lt;/a&gt; Error message when you use the Configure Web Synchronization Wizard to configure the virtual directory against a server that is running IIS 7.0: &amp;quot;IIS was not found on the Web Server. Please specify a computer name that has IIS installed&amp;quot;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1627386" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item><item><title>IIS 7 Shared Hosting Summary</title><link>http://msmvps.com/blogs/bernard/archive/2008/05/14/iis-7-shared-hosting-summary.aspx</link><pubDate>Wed, 14 May 2008 08:47:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1622387</guid><dc:creator>qbernard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1622387</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1622387</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/05/14/iis-7-shared-hosting-summary.aspx#comments</comments><description>&lt;p&gt;Damn! I love this &lt;a class="" href="http://blogs.iis.net/thomad/archive/2008/05/06/in-a-nut-shell-shared-hosting-improvements-on-iis7.aspx" target="_blank"&gt;&lt;strong&gt;blog post&lt;/strong&gt;&lt;/a&gt; from &lt;a class="" href="http://blogs.iis.net/thomad/" target="_blank"&gt;&lt;strong&gt;Thomas&lt;/strong&gt;&lt;/a&gt;, and you can easily noticed that IIS team has put lot of effort in shared hosting environment, from shared to delegated configuration, and all the way to process model improvements. The dynamicIdleThreshold for example is a fantastic feature for shared hosting, at first I got confused (while working on the &lt;a class="" href="http://mvolo.com/blogs/serverside/archive/2008/05/01/The-IIS-7.0-Resource-Kit-Book.aspx" target="_blank"&gt;&lt;strong&gt;IIS 7.0 Reskit Book&lt;/strong&gt;&lt;/a&gt;) with the formula implementation, then &lt;a class="" href="http://blogs.iis.net/bills/default.aspx" target="_blank"&gt;&lt;strong&gt;Bill&lt;/strong&gt;&lt;/a&gt; hooked me up with &lt;a class="" href="http://blogs.iis.net/fabioy/default.aspx" target="_blank"&gt;&lt;strong&gt;Fabio&lt;/strong&gt;&lt;/a&gt; - the main guy behind the logic&amp;nbsp;to give me the full picture about the idea/logic/formula about it. It actually took me a while to understand :) LOL, getting old...&lt;/p&gt;
&lt;p&gt;Anyway, another related feature is called Process Gating, well this is not new and was actually in IIS 6.0, but not many know about it. Process gating grants you the ability to specify the maximum worker processes that allow to run concurrently in a machine, this prevent that too many worker processess running and eventually slow down / kill the entire server especially in high density hosting setup. Similar to number of web sites a particular box can support, you need to perform stress testing and trend analysis to understand the usage model,etc before deciding on the reasonable numbers of worker processes to limit and prevent too many worker processess choking the server. &lt;/p&gt;&lt;strong&gt;How it works....&lt;/strong&gt;&lt;br /&gt;Similar to IIS 6.0, IIS 7.0 always performs a demand start for Web application, worker processes only invokes by Windows Process Activation Service (WAS) when the application pool receives the first incoming request. Before WAS initializes the new worker process, it first checks the total number of current running worker processes. If the total amount of worker processes (current + new one) is more than the maximum worker processes allowed, then the new worker process is not started and IIS keeps the request in the queue and wait until the number of worker processes drop below the limit and starts the new worker process.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;How to configure....&lt;br /&gt;&lt;/strong&gt;There is no user interface to enable demandStartThreshold in RTM releases. But with the IIS 7.0 Admin Pack, I think it should be listed as one config item in the new &lt;a class="" href="http://blogs.iis.net/carlosag/archive/2008/05/13/iis-admin-pack-technical-preview-2-released.aspx" target="_blank"&gt;&lt;strong&gt;configuration editor&lt;/strong&gt;&lt;/a&gt;,&amp;nbsp;my Vista box is not with me now, so can&amp;#39;t verify this. Anyway, you can always configure this via AppCmd.exe. For example, to limit a total of 100 worker processes for a particular IIS 7.0 web server, try &lt;br /&gt;&lt;br /&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;em&gt;appcmd set config /section:webLimits /demandStartThreshold:100&lt;/em&gt;&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;Upon successfully executing the command syntax, you will see the output shown as below.&lt;br /&gt;&lt;em&gt;Applied configuration changes to section &amp;quot;system.applicationHost/webLimits&amp;quot; for &amp;quot;MACHINE/WEBROOT/APPHOST&amp;quot; at configuration commit path &amp;quot;MACHINE/WEBROOT/APPHOST&amp;quot;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;When WAS detects that it hits the demandStartThreshold limit, it writes a warning entry into the System event log. Take note that by default, process gating feature is not enabled, in the sense that the default total number of worker processes allowed is 2147483647 processes, which technically equivalent to no limit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1622387" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category></item><item><title>IIS FTP PassivePortRange</title><link>http://msmvps.com/blogs/bernard/archive/2008/05/14/iis-ftp-passiveportrange.aspx</link><pubDate>Wed, 14 May 2008 08:33:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1622375</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1622375</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1622375</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/05/14/iis-ftp-passiveportrange.aspx#comments</comments><description>&lt;p&gt;Years ago, I wrote the KB on passive port range at MSKB site -&lt;br /&gt;How To Configure PassivePortRange In IIS&lt;br /&gt;&lt;a href="http://support.microsoft.com/?id=555022"&gt;http://support.microsoft.com/?id=555022&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lazy to update the&amp;nbsp;article for&amp;nbsp;IIS 7.0 FTP detail, and I&amp;#39;m not going to add that here :) &lt;br /&gt;Coz you can get it from Microsoft Support Team -&lt;br /&gt;&lt;a href="http://blogs.msdn.com/webtopics/archive/2008/05/14/limiting-passive-ftp-port-range-on-iis-7-0-iis-6-0-iis-5-0.aspx"&gt;http://blogs.msdn.com/webtopics/archive/2008/05/14/limiting-passive-ftp-port-range-on-iis-7-0-iis-6-0-iis-5-0.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One thing I recalled during testing in the past is that port range only valid from&amp;nbsp;5001&amp;nbsp;to&amp;nbsp;65535.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1622375" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category></item><item><title>Security Alerts - April 2008 (Special)</title><link>http://msmvps.com/blogs/bernard/archive/2008/04/24/security-alerts-april-2008-special.aspx</link><pubDate>Wed, 23 Apr 2008 16:49:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1601434</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1601434</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1601434</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/04/24/security-alerts-april-2008-special.aspx#comments</comments><description>&lt;p&gt;Microsoft revised two security bulletins yesterday. One of which is related to .Net Framework published &lt;a class="" href="http://www.microsoft.com/technet/security/bulletin/ms07-040.mspx" target="_blank"&gt;&lt;strong&gt;last year&lt;/strong&gt;&lt;/a&gt;, not major update or new fixes but rather doc updates on changes related to releases of WinXP SP3. &lt;/p&gt;
&lt;p&gt;On the other hand, in the recent Hack in the Box conference in Dubai, a new exploit in system account &lt;a class="" href="http://www.mwrinfosecurity.com/publications/mwri_security-implications-of-windows-access-tokens_2008-04-14.pdf" target="_blank"&gt;&lt;strong&gt;access token&lt;/strong&gt;&lt;/a&gt; has been released to the public. This is related to the native design of current Windows access token in which entire OS is subjected to the vulnerability, and of coz IIS is part of it. Microsoft has released a new &lt;a class="" href="http://www.microsoft.com/technet/security/advisory/951306.mspx" target="_blank"&gt;&lt;strong&gt;security advisory&lt;/strong&gt;&lt;/a&gt; last week, take note that all Windows OSes are affected, ranging from XP, W2k3 and all the way to Vista and W2k8. The current mitigation is to stop using default built-in application pool&amp;nbsp;identity and assign custom account identity for the worker processes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1601434" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category></item><item><title>IIS KBs - March 2008 </title><link>http://msmvps.com/blogs/bernard/archive/2008/04/23/iis-kbs-march-2008.aspx</link><pubDate>Tue, 22 Apr 2008 16:30:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1599683</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1599683</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1599683</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/04/23/iis-kbs-march-2008.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" href="http://support.microsoft.com/?id=948801" target="_blank"&gt;&lt;strong&gt;948801&lt;/strong&gt;&lt;/a&gt; If an SMTP connector set the Outbound Security option to &amp;quot;Integrated Windows Authentication,&amp;quot; the SMTP connector does not work in the IIS Metabase when you restore an Exchange Server 2003 server by using a Disaster Recovery mode&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=949455" target="_blank"&gt;&lt;strong&gt;949455&lt;/strong&gt;&lt;/a&gt; System Center Operations Manager 2007 Reporting installation fails on a Windows Server 2008 computer if IIS 6.0 Management Compatibility is not installed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1599683" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item><item><title>Security Alerts - April 2008</title><link>http://msmvps.com/blogs/bernard/archive/2008/04/23/security-alerts-april-2008.aspx</link><pubDate>Tue, 22 Apr 2008 16:20:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1599677</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1599677</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1599677</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/04/23/security-alerts-april-2008.aspx#comments</comments><description>&lt;p&gt;Oh well, been busy and no time to post this back then. In the routine patch Tuesday this month, Microsoft released 8 security bulletins with 5 of which in critical severity and one specific bulletin is related to IIS in a way. The &lt;a class="" href="http://www.microsoft.com/technet/security/Bulletin/ms08-022.mspx" target="_blank"&gt;&lt;strong&gt;08-022&lt;/strong&gt;&lt;/a&gt; actually replaced the &lt;a class="" href="http://go.microsoft.com/fwlink/?LinkId=66975" target="_blank"&gt;&lt;strong&gt;old fixes&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;in 2006.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Summary: This security update resolves a privately reported vulnerability in the VBScript and JScript scripting engines in Windows. An attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;For more information, refer &lt;a class="" href="http://msmvps.com/controlpanel/blogs/This%20security%20update%20resolves%20a%20privately%20reported%20vulnerability%20in%20the%20VBScript%20and%20JScript%20scripting%20engines%20in%20Windows.%20An%20attacker%20who%20successfully%20exploited%20this%20vulnerability%20could%20take%20complete%20control%20of%20an%20affected%20system.%20An%20attacker%20could%20then%20install%20programs;%20view,%20change,%20or%20delete%20data;%20or%20create%20new%20accounts%20with%20full%20user%20rights." target="_blank"&gt;&lt;strong&gt;this&lt;/strong&gt;&lt;/a&gt;. Take note that all existing Windows Scripting Engine 5.1/5.5/5.6 on W2k/XP/W2k3 are affected, while&amp;nbsp;Vista/W2k8 are not affected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1599677" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category></item><item><title>Security Alerts - March 2008 (Special)</title><link>http://msmvps.com/blogs/bernard/archive/2008/03/26/security-alerts-march-2008-special.aspx</link><pubDate>Wed, 26 Mar 2008 05:09:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1553601</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1553601</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1553601</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/03/26/security-alerts-march-2008-special.aspx#comments</comments><description>&lt;p&gt;Today, Microsoft released a &lt;a class="" href="http://www.microsoft.com/technet/security/bulletin/ms07-040.mspx" target="_blank"&gt;&lt;strong&gt;major revision&lt;/strong&gt;&lt;/a&gt; for a vulneribility reported last year on .Net Framework. If you running framework version 1.0, 1.1 and 2.0.&amp;nbsp;Please apply the fix asap. &lt;/p&gt;
&lt;p&gt;Take note that even you are running 3.0, it is essentially using .Net Framework 2.0 runtime with extra bonus feature like WPF, WCF, etc. Hence, review the bulletin and take appropriate action.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1553601" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category></item><item><title>IIS 7.0 Administration Pack!</title><link>http://msmvps.com/blogs/bernard/archive/2008/03/21/iis-7-0-administration-pack.aspx</link><pubDate>Fri, 21 Mar 2008 02:33:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1549103</guid><dc:creator>qbernard</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1549103</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1549103</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/03/21/iis-7-0-administration-pack.aspx#comments</comments><description>&lt;p&gt;Wow, what can I say? The IIS product team is really spending lot of effort you give you the best experience for IIS 7.0. Today, they released technical preview one for the brand new administration pack! you can take this as UI addon to various configuration in IIS 7.0 with some added features for you to get more out of IIS 7.0 &lt;br /&gt;&lt;br /&gt;Here&amp;#39;s what you going to get if you installed it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ASP.NET -&lt;/strong&gt; &lt;br /&gt;ASP.NET features - Authorization + Error pages for your .net authorization and custom error pages &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IIS -&lt;/strong&gt; &lt;br /&gt;Request Filtering - the enchanced URLSCAN in IIS 7.0, this is the UI for you to configure it. &lt;br /&gt;FastCGI - the UI for iisfcgi.dll configuration. this feature is at server level not site.&lt;br /&gt;IIS Reports - fancy graphical chart for your site activities reports. you will need log parser installed for this to work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Managment -&lt;/strong&gt;&lt;br /&gt;Configuration Editor - power full config file editor, much better than metabase explorer, allow you to search to entir hierarchy config tree, config locking etc.&lt;br /&gt;IIS Database&amp;nbsp; Manager - one stop UI for you to manage all db connection in IIS 7.0, explorer type of navigation, let you manage db objects, etc.&lt;br /&gt;&lt;br /&gt;Read the official &lt;a class="" href="http://learn.iis.net/page.aspx/401/using-the-administration-pack/" target="_blank"&gt;&lt;strong&gt;Admin Pack walkthrough/doc&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;and of coz. download it here...... &lt;a class="" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1646" target="_blank"&gt;&lt;strong&gt;x86&lt;/strong&gt;&lt;/a&gt;, &lt;a class="" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1647" target="_blank"&gt;&lt;strong&gt;x64&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1549103" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Downloads/default.aspx">IIS Downloads</category></item><item><title>IIS KBs - February 2008 </title><link>http://msmvps.com/blogs/bernard/archive/2008/03/18/iis-kbs-february-2008.aspx</link><pubDate>Tue, 18 Mar 2008 06:34:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1546458</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1546458</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1546458</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/03/18/iis-kbs-february-2008.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" href="http://support.microsoft.com/?id=949348" target="_blank"&gt;&lt;strong&gt;949348&lt;/strong&gt;&lt;/a&gt; How to specify a custom location for the isolated configuration file in Internet Information Services 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=949349" target="_blank"&gt;&lt;strong&gt;949349&lt;/strong&gt;&lt;/a&gt; Error message when you use Server Manager in IIS 7.0 to open a feature configuration page: &amp;quot;Cannot add duplicate collection entry&amp;quot;&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=949353" target="_blank"&gt;&lt;strong&gt;949353&lt;/strong&gt;&lt;/a&gt; The Managed Pipeline Mode setting is not available after you configure an application pool to use the .NET Framework 1.1 in IIS 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=949350" target="_blank"&gt;&lt;strong&gt;949350&lt;/strong&gt;&lt;/a&gt; You receive an HTTP 500 error message or a blank page appears when you request an ASP.NET resource or WCF resource that is hosted on a server that is running IIS 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=949351" target="_blank"&gt;&lt;strong&gt;949351&lt;/strong&gt;&lt;/a&gt; You may receive an error message when you use an ASP.NET feature configuration page in IIS 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=949076" target="_blank"&gt;&lt;strong&gt;949076&lt;/strong&gt;&lt;/a&gt; Opera browsers may crash if they use TLS to connect to an IIS 7.0 Web server that is running Windows Vista or Windows Server 2008&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1546458" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item><item><title>More IIS 7 Downloads</title><link>http://msmvps.com/blogs/bernard/archive/2008/03/13/more-iis-7-downloads.aspx</link><pubDate>Thu, 13 Mar 2008 02:41:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1541602</guid><dc:creator>qbernard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1541602</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1541602</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/03/13/more-iis-7-downloads.aspx#comments</comments><description>&lt;p&gt;It is hot! with the official release of &lt;a class="" href="http://msmvps.com/blogs/bernard/archive/2008/02/28/iis-7-released.aspx" target="_blank"&gt;&lt;strong&gt;W2k8 / IIS 7.0&lt;/strong&gt;&lt;/a&gt;, Microsoft has released more goodies for you to experience the new IIS 7.0 revolution, latest releases including the &lt;a class="" href="http://blogs.iis.net/bdela/archive/2008/03/10/remote-administration-rtm-of-remote-manager-from-windows-xp-2k3-and-vista.aspx" target="_blank"&gt;&lt;strong&gt;IIS 7.0 Manager or Remote Manager&lt;/strong&gt;&lt;/a&gt; for Vista/XP/Win2k3, as well as the long awaiting &lt;a class="" href="http://blogs.iis.net/robert_mcmurray/archive/2008/03/12/webdav-extension-for-windows-server-2008-rtm-is-released.aspx" target="_blank"&gt;&lt;strong&gt;WebDav&amp;nbsp;extension&lt;/strong&gt;&lt;/a&gt; for W2k8. And of coz, the best place to look for all IIS 7.0 related download is at &lt;a class="" href="http://www.iis.net/downloads/default.aspx?tabid=3" target="_blank"&gt;&lt;strong&gt;iis.net&lt;/strong&gt;&lt;/a&gt;, or get the latest release info via this &lt;a class="" href="http://www.iis.net/DownloadCENTER/all/rss.aspx" target="_blank"&gt;&lt;strong&gt;RSS feed&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;(feed not working yet). &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1541602" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Downloads/default.aspx">IIS Downloads</category></item><item><title>Security Alerts - March 2008</title><link>http://msmvps.com/blogs/bernard/archive/2008/03/13/security-alerts-march-2008.aspx</link><pubDate>Thu, 13 Mar 2008 02:23:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1541598</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1541598</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1541598</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/03/13/security-alerts-march-2008.aspx#comments</comments><description>&lt;p&gt;In this month &lt;a class="" href="http://www.microsoft.com/technet/security/bulletin/ms08-mar.mspx" target="_blank"&gt;&lt;strong&gt;&lt;font color="#006bad"&gt;security bulletin&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;, although all critical fixes are related to MS Office, one of the bulletin is related to &lt;a class="" href="http://www.microsoft.com/technet/security/bulletin/MS08-017.mspx" target="_blank"&gt;&lt;strong&gt;Office Web Component&lt;/strong&gt;&lt;/a&gt; and hence if you utilizing OWC in your web application, you need to apply the patch asap. Details:&lt;/p&gt;
&lt;p&gt;Vulnerabilities in Microsoft Office Web Components Could Allow Remote Code Execution (933103)&lt;br /&gt;&lt;a href="http://support.microsoft.com/?id=933103"&gt;http://support.microsoft.com/?id=933103&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Affected software: Office2k (SP3), OfficeXP (SP3), VS.NET 2k2 (SP1), VS.NET 2k3 (SP1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server: Biztalk 2k + 2k2, Commerce 2k, ISA 2k (SP1)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Take note that Office2k3 SP2/SP3 are not affected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1541598" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category></item><item><title>IIS 7 Released !!!!</title><link>http://msmvps.com/blogs/bernard/archive/2008/02/28/iis-7-released.aspx</link><pubDate>Thu, 28 Feb 2008 07:32:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1526704</guid><dc:creator>qbernard</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1526704</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1526704</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/02/28/iis-7-released.aspx#comments</comments><description>&lt;p&gt;It is official now :) lazy to type.... head over to Bill Staples blog &lt;a class="" href="http://blogs.iis.net/bills/archive/2008/02/27/windows-2008-and-iis7-now-available.aspx" target="_blank"&gt;&lt;strong&gt;post&lt;/strong&gt;&lt;/a&gt; for more info :) &lt;br /&gt;Together with many great stuff&amp;nbsp;from IIS team, including the new &lt;a class="" href="http://blogs.iis.net/robert_mcmurray/archive/2008/02/27/ftp7-for-windows-server-2008-rtm-is-released.aspx" target="_blank"&gt;&lt;strong&gt;FTP component&lt;/strong&gt;&lt;/a&gt;, &lt;a class="" href="http://blogs.iis.net/robert_mcmurray/archive/2008/02/27/fpse-2002-rtm-for-windows-server-2008-and-windows-vista-x86-x64.aspx" target="_blank"&gt;&lt;strong&gt;FPSE&lt;/strong&gt;&lt;/a&gt;, and &lt;a class="" href="http://blogs.iis.net/prakashd/archive/2008/02/28/web-playlists-a-brief-introduction.aspx" target="_blank"&gt;&lt;strong&gt;Web Playlist&lt;/strong&gt;&lt;/a&gt; :) (errr.. related to media server if you are in to media streaming)&lt;br /&gt;&lt;br /&gt;Last but not least..... the &lt;a class="" href="http://www.microsoft.com/mspress/books/9550.aspx" target="_blank"&gt;&lt;strong&gt;IIS 7 Resource Kit&lt;/strong&gt;&lt;/a&gt; book, well - this one still with the printing company :) should be at your major book store next month. I have the opportunity to write along with many IIS Gurus including &lt;a class="" href="http://brettblog.com/" target="_blank"&gt;&lt;strong&gt;Brett Hill&lt;/strong&gt;&lt;/a&gt;, &lt;a class="" href="http://mvolo.com/" target="_blank"&gt;&lt;strong&gt;Mike Volodarsky&lt;/strong&gt;&lt;/a&gt; and lot more. Be sure you get a copy asap!.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1526704" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Books/default.aspx">IIS Books</category></item><item><title>IIS KBs - January 2008</title><link>http://msmvps.com/blogs/bernard/archive/2008/02/15/iis-kbs-january-2008.aspx</link><pubDate>Fri, 15 Feb 2008 02:22:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1514785</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1514785</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1514785</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/02/15/iis-kbs-january-2008.aspx#comments</comments><description>&lt;a class="" href="http://support.microsoft.com/?id=946086" target="_blank"&gt;&lt;strong&gt;946086&lt;/strong&gt;&lt;/a&gt; ISAPI extensions that send long responses to the client may not transmit any output in Internet&amp;nbsp;Information Services 7.0 until the session is closed&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=946517" target="_blank"&gt;&lt;strong&gt;946517&lt;/strong&gt;&lt;/a&gt; FIX: You may be unable to manage IIS 6.0 by using Server Manager if two threads access IIS 6.0 at the same time&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1514785" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item><item><title>Security Alerts - February 2008</title><link>http://msmvps.com/blogs/bernard/archive/2008/02/13/security-alerts-february-2008.aspx</link><pubDate>Wed, 13 Feb 2008 02:34:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1511351</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1511351</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1511351</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/02/13/security-alerts-february-2008.aspx#comments</comments><description>&lt;p&gt;In this month &lt;a class="" href="http://www.microsoft.com/technet/security/bulletin/ms08-feb.mspx" target="_blank"&gt;&lt;strong&gt;security bulletin&lt;/strong&gt;&lt;/a&gt;, there are&amp;nbsp;two important bulletins related to IIS, depend on your environment setup, though it is rated as important, you might want to patch it asap. Here&amp;#39;s the bulletin details.&lt;/p&gt;
&lt;p&gt;Vulnerability in Internet Information Services Could Allow Elevation of Privilege (942831)&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms08-005.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms08-005.mspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Take note that for 08-005, it affects IIS 5.0, 5.1, 6.0 and even 7.0 :) (except if you got Vista SP1 or W2k8 RTM), per the bulletin article, IIS 6.0 the vulnerability point is via MSFTPSVC and NNTPSVC.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Vulnerability in Internet Information Services Could Allow Remote Code Execution (942830)&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms08-006.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms08-006.mspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;For 08-006, affected IIS version include IIS 5.1 and 6.0. IIS 5.0 running on W2k SP4 is not affected, same apply to Vista and W2k8. The exploit&amp;nbsp;works via&amp;nbsp;on&amp;nbsp;ASP component.&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is worth mention&amp;nbsp;that, together with two bulletins - IIS 6.0&amp;nbsp;patches/fixes are still relatively low :) I mean you can count it with one hand ? 1, 2, 3, 4!&amp;nbsp;I lost track a bit as this doesn&amp;#39;t happen from time to time so not sure when is the last one. Anyway, per search result. IIS 6.0 related&amp;nbsp;- we got 4. The two above + &lt;a class="" href="http://www.microsoft.com/technet/security/Bulletin/MS06-034.mspx" target="_blank"&gt;&lt;strong&gt;MS06-034&lt;/strong&gt;&lt;/a&gt; and &lt;a class="" href="http://www.microsoft.com/technet/security/Bulletin/MS04-030.mspx" target="_blank"&gt;&lt;strong&gt;MS04-030&lt;/strong&gt;&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;There&amp;#39;s no critical&amp;nbsp;bulletin for IIS 6.0&amp;nbsp;up to date and per&amp;nbsp;information from Microsoft, the latest two vulnerabilities are discovered in-house,&amp;nbsp;and not by&amp;nbsp;the bad guys out there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1511351" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Links/default.aspx">IIS Links</category></item><item><title>Microsoft Web Deployment Tool aka IIS 7 Migration Tool with bonus features.</title><link>http://msmvps.com/blogs/bernard/archive/2008/01/24/microsoft-web-deployment-tool-aka-iis-7-migration-tool-with-bonus-features.aspx</link><pubDate>Thu, 24 Jan 2008 04:24:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1477466</guid><dc:creator>qbernard</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1477466</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1477466</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/01/24/microsoft-web-deployment-tool-aka-iis-7-migration-tool-with-bonus-features.aspx#comments</comments><description>&lt;p&gt;After a lonnnnng wait !! Today, the IIS team releases&amp;nbsp;the new &lt;a class="" href="http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx" target="_blank"&gt;&lt;strong&gt;web deployment tool technical preview 1&lt;/strong&gt;&lt;/a&gt; :)&amp;nbsp;The deployment tool called msdeploy.exe is essentially a &lt;a class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2aefc3e4-ce97-4f25-ace6-127f933a6cd2&amp;amp;displaylang=en" target="_blank"&gt;&lt;strong&gt;migration toolkit&lt;/strong&gt;&lt;/a&gt; similar with the one the shipped for IIS 6.0. However, the team spent extra effort and includes few extra features in the tool and called &amp;#39;web deployment tool&amp;#39;. The new tool supports content sync per site or per server (IIS 6 migration tool only support one site per migration and config only), supports SSL cert migration (in IIS 6, you need to manually export the cert and import again in the destination server), etc. It also serves a backup tool where you can archive both content and config and restore the website when needed. It works with IIS 6 and IIS 7, so you can have any combination sync setup for both, say IIS 6-IIS6, IIS6-IIS7, IIS7-IIS7, etc.Take note that due to the changes in IIS 7.0, frontpage and webdav as standalone components are not supported in the deployment tool. For FTP, it does not support migration to the new out-of-band IIS 7 ftp package and etc.&lt;/p&gt;
&lt;p&gt;The Web deployment team also started &lt;a class="" href="http://blogs.iis.net/msdeploy/" target="_blank"&gt;&lt;strong&gt;blogging&lt;/strong&gt;&lt;/a&gt; with the release of the tool + new &lt;a class="" href="http://forums.iis.net/1144.aspx" target="_blank"&gt;&lt;strong&gt;forum section&lt;/strong&gt;&lt;/a&gt; for the tool discussion. You can also download the &lt;a class="" href="http://go.microsoft.com/?linkid=8100895" target="_blank"&gt;&lt;strong&gt;walkthrough guides&lt;/strong&gt;&lt;/a&gt; from the team. I just quickly glance through the guides, at first it is quite confusing, maybe I was rushing :) This is a pure command line tool - NO GUI :( and with similar concept of &lt;a class="" href="http://www.iis.net//articles/view.aspx/IIS7/Use-IIS7-Administration-Tools/Using-the-Command-Line/Getting-Started-with-AppCmd-exe" target="_blank"&gt;&lt;strong&gt;AppCmd&lt;/strong&gt;&lt;/a&gt;, Not the syntax format but the general concept of verb action against object. When you unzip the walkthrough, you will few docs + 2 folders (Offline and Remote). Offline walkthroughs demonstrates how you sync the content manually (copy to destination&amp;nbsp;and sync), while remote allow you to sync content + config realtime to a destination server. I also found the msdeploy_readme.html inside the installation path quite useful as it detailed the current known issues and workaround for it.&lt;/p&gt;
&lt;p&gt;This is tech preview release and Microsot does not recommended for production usage, so try it out and interact with the product team directly via the blog space or discussion forum at IIS.net. Finally, get the tool here -&amp;nbsp;&lt;a class="" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1602" target="_blank"&gt;&lt;strong&gt;32bit&amp;nbsp;- x86_msdeploy.msi,&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;&lt;a class="" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1603" target="_blank"&gt;&lt;strong&gt;64bit - amd64_msdeploy.msi&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;(zzzz. amd64? sigh! should be x64_msdeploy.msi)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1477466" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+News/default.aspx">IIS News</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/Community+Info/default.aspx">Community Info</category><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+Downloads/default.aspx">IIS Downloads</category></item><item><title>IIS KBs - December 2007</title><link>http://msmvps.com/blogs/bernard/archive/2008/01/15/iis-kbs-december-2007.aspx</link><pubDate>Tue, 15 Jan 2008 00:53:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1463693</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1463693</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1463693</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2008/01/15/iis-kbs-december-2007.aspx#comments</comments><description>&lt;p&gt;Well, nothing much last month due to holiday season. Been very lazy as well :) things are slowly settle down for IIS 7 as w2k8 is going to debut soon. hopefully by Feb or March. Anyway, here&amp;#39;s the KB list.&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://support.microsoft.com/?id=946139" target="_blank"&gt;&lt;strong&gt;946139&lt;/strong&gt;&lt;/a&gt; You cannot resolve the built-in IIS accounts after you set a Windows Server 2008-based server that is running IIS 7.0 as a domain controller&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1463693" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item><item><title>IIS KBs - November 2007</title><link>http://msmvps.com/blogs/bernard/archive/2007/12/12/iis-kbs-november-2007.aspx</link><pubDate>Wed, 12 Dec 2007 04:31:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1393132</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/rsscomments.aspx?PostID=1393132</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/bernard/commentapi.aspx?PostID=1393132</wfw:comment><comments>http://msmvps.com/blogs/bernard/archive/2007/12/12/iis-kbs-november-2007.aspx#comments</comments><description>&lt;p&gt;As W2k8 going &lt;a class="" href="http://blogs.iis.net/mailant/archive/2007/12/07/windows-server-2008-rc1-available-for-download.aspx" target="_blank"&gt;&lt;strong&gt;RC1&lt;/strong&gt;&lt;/a&gt;, Microsoft published more IIS 7.0 related KBs. November KBs are more related to info update regarding capability such as URLSCAN in IIS 7.0 which is replaced by &lt;a class="" href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Configuring-Security/Configuring-Request-Filtering/How-to-Use-Request-Filtering" target="_blank"&gt;&lt;strong&gt;request filtering&lt;/strong&gt;&lt;/a&gt; module, conslidated IIS 7.0 HTTP status code, etc. As for me, been very busy with work, just got back from US yesterday, still jetlag&amp;#39;ing...working hard to finish my chapters for &lt;a class="" href="http://www.microsoft.com/MSPress/books/9550.aspx" target="_blank"&gt;&lt;strong&gt;IIS 7.0 resource kit book&lt;/strong&gt;&lt;/a&gt; with MSPress&amp;nbsp;and going &lt;a class="" href="http://en.wikipedia.org/wiki/Bali" target="_blank"&gt;&lt;strong&gt;holiday&lt;/strong&gt;&lt;/a&gt; this weekend :)&lt;/p&gt;
&lt;p&gt;Anyway, here&amp;#39;s the Nov KB list for IIS.&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=944886" target="_blank"&gt;&lt;strong&gt;944886&lt;/strong&gt;&lt;/a&gt; Error message when you use the Response.BinaryWrite method in IIS 6 and in IIS 7: &amp;quot;HTTP 500&amp;quot; or &amp;quot;Response buffer limit exceeded&amp;quot;&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=944885" target="_blank"&gt;&lt;strong&gt;944885&lt;/strong&gt;&lt;/a&gt; Information about the configuration of cluster resources in Internet Information Services 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=943891" target="_blank"&gt;&lt;strong&gt;943891&lt;/strong&gt;&lt;/a&gt; The HTTP status codes in IIS 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=944836" target="_blank"&gt;&lt;strong&gt;944836&lt;/strong&gt;&lt;/a&gt; Information about the UrlScan 2.5 features that are included in IIS 7.0&lt;br /&gt;&lt;a class="" href="http://support.microsoft.com/?id=944884" target="_blank"&gt;&lt;strong&gt;944884&lt;/strong&gt;&lt;/a&gt; Description of the time-taken field in IIS 6.0 and IIS 7.0 HTTP logging&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1393132" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/bernard/archive/tags/IIS+KBs/default.aspx">IIS KBs</category></item></channel></rss>