<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Entries tagged with iis7 - TechNet Edge</title><atom:link rel="self" type="application/rss+xml" href="http://edge.technet.com/tags/iis7/feed/ipod/default.aspx" /><itunes:summary>iis7</itunes:summary><itunes:author>extreme, Joey, neil, AdamBomb</itunes:author><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Edge/images/feedimage.png</url><title>Entries tagged with iis7 - TechNet Edge</title><link>http://edge.technet.com/Tags/IIS7/</link></image><itunes:image href="http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Edge/images/feedimage.png" /><itunes:category text="Technology" /><description>iis7</description><link>http://edge.technet.com/Tags/IIS7/</link><language>en-us</language><pubDate>Sun, 24 Aug 2008 08:34:47 GMT</pubDate><lastBuildDate>Sun, 24 Aug 2008 08:34:47 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3186.2534, Culture=neutral, PublicKeyToken=null)</generator><item><title>Feature of the Week: URLScan 3.0 for IIS 7.0</title><description>&lt;p&gt;Back in April there were reports that surfaced stating that web sites running on Internet Information Services (IIS) had been compromised by an automated attack that used vulnerabilities in web pages that did not follow security for best practices.&amp;nbsp; These websites were taken advantage of via &lt;a href="http://msdn2.microsoft.com/en-us/library/ms161953.aspx"&gt;SQL injection attacks&lt;/a&gt;.&amp;nbsp; While the only way to completely prevent SQL injection attacks is by following &lt;a href="http://msdn2.microsoft.com/en-us/library/ms994921.aspx"&gt;proper development best practices&lt;/a&gt;, URL Scan 3.0 is an updated IIS feature that will allow server administrators to help mitigate SQL injection attacks until the web application can be updated to &lt;a href="http://msdn2.microsoft.com/en-us/library/ms998271.aspx"&gt;protect against SQL injection&lt;/a&gt;.&amp;nbsp; This post will provide more details on the latest version of this technology.&lt;/p&gt;
&lt;p&gt;URL Scan 3.0&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Who’s it for?&lt;/em&gt;&lt;/strong&gt; IT Professionals and Website Administrators.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;When does it ship?&lt;/em&gt;&lt;/strong&gt; URL Scan 3.0 was released to the Web on 8/21/08 and can be downloaded from the following locations:&lt;/p&gt;
&lt;p&gt;· 32 Bit: &lt;a href="http://www.iis.net/go/1697"&gt;http://www.iis.net/go/1697&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;· 64 Bit: &lt;a href="http://www.iis.net/go/1698"&gt;http://www.iis.net/go/1698&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Wow looking at those nice clean URL’s makes me want to post about another new IIS feature. I guess more on that later.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;What does it do?&lt;/em&gt;&lt;/strong&gt; When installed and configured on a server running IIS 5.1 or higher, URLScan can scan incoming http requests and if the request contains content that is undesirable (like a SQL injection attack), that request can be rejected. By filtering these requests, URLScan helps prevent unwanted requests from potentially damaging the web application or even the web server.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;How is URLScan different than the request filtering module that ships with IIS 7? &lt;/em&gt;&lt;/strong&gt;The request filtering module does not have the ability to filter based on query strings like URLScan 3.0 does. Also you cannot specify rules applying to multiple parts of an HTTP request.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;So didn’t URLScan exist before?&lt;/em&gt;&lt;/strong&gt; Yes. URLScan 2.5 was originally released as part of the IIS Lockdown Tool and if you are using URLSCan 2.5, you can use your existing configuration file with URLScan 3.0 and everything will function fine. Plus you get the added URLScan 3.0 features!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;What are the new URLScan 3.0 features? &lt;/em&gt;&lt;/strong&gt;&lt;em&gt;While the configuration format of URLScan 3.0 is the same as it’s predecessor, there are a number of new sections in the configuration to support the following new features:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;· Deny rules can be independently applied to a query string, all headers, a particular header, a URL or a combination of the above.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;· Configuration change notifications are propagated to the IIS worker processes so configuration changes don’t require worker process restarts.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;· The global DENYQUERYSTRING section of the configuration file allows you to add deny rules for query strings and include an option to check the un-escaped version of the query string.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;· The global ALWAYSALLOWEDQUERYSTRINGS section allows for the specification of safe query strings that will bypass all query string checks. (This feature was not in the previously released URLScan 3.0 beta).&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;· Descriptive configuration errors are now available in W3C formatted logging. This feature was also not available in the beta.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;· Escape sequences like (%0A%0D) can now be used in deny rules allowing to deny CTRLF and other sequences involving non-printable characters.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;How can URLScan be setup?&lt;/em&gt; &lt;/strong&gt;URLScan can be setup up either as a global filter or a site level filter. A global filter is triggered for every HTTP request sent to the server. Site level filters are only invoked for HTTP requests sent to particular sites on a IIS server. Starting with URLScan 3.0 site filters can be used in conjunction with global filters.&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;Where can I get more information?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/477/urlscan-faq/"&gt;URLScan 3.0 FAQ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/473/using-urlscan/"&gt;Using URLScan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/476/common-urlscan-scenarios/"&gt;Common URLScan Scenarios&lt;/a&gt;&lt;/p&gt;&lt;img src="http://edge.technet.com/1589/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Feature-of-the-Week-URLScan-30-for-IIS-70/</comments><itunes:summary>Back in April there were reports that surfaced stating that web sites running on Internet Information Services (IIS) had been compromised by an automated attack that used vulnerabilities in web pages that did not follow security for best practices.&amp;nbsp; These websites were taken advantage of via SQL injection attacks.&amp;nbsp; While the only way to completely prevent SQL injection attacks is by following proper development best practices, URL Scan 3.0 is an updated IIS feature that will allow server administrators to help mitigate SQL injection attacks until the web application can be updated to protect against SQL injection.&amp;nbsp; This post will provide more details on the latest version of this technology.
URL Scan 3.0
Who’s it for? IT Professionals and Website Administrators.

When does it ship? URL Scan 3.0 was released to the Web on 8/21/08 and can be downloaded from the following locations:
· 32 Bit: http://www.iis.net/go/1697
· 64 Bit: http://www.iis.net/go/1698
(Wow looking at those nice clean URL’s makes me want to post about another new IIS feature. I guess more on that later.)

What does it do? When installed and configured on a server running IIS 5.1 or higher, URLScan can scan incoming http requests and if the request contains content that is undesirable (like a SQL injection attack), that request can be rejected. By filtering these requests, URLScan helps prevent unwanted requests from potentially damaging the web application or even the web server.
How is URLScan different than the request filtering module that ships with IIS 7? The request filtering module does not have the ability to filter based on query strings like URLScan 3.0 does. Also you cannot specify rules applying to multiple parts of an HTTP request.

So didn’t URLScan exist before? Yes. URLScan 2.5 was originally released as part of the IIS Lockdown Tool and if you are using URLSCan 2.5, you can use your existing configuration file with URLScan 3.0 and everything will function fine. Plus you get the added URLScan 3.0 features!
What are the new URLScan 3.0 features? While the configuration format of URLScan 3.0 is the same as it’s predecessor, there are a number of new sections in the configuration to support the following new features:
· Deny rules can be independently applied to a query string, all headers, a particular header, a URL or a combination of the above.
· Configuration change notifications are propagated to the IIS worker processes so configuration changes don’t require worker process restarts.
· The global DENYQUERYSTRING section of the configuration file allows you to add deny rules for query strings and include an option to check the un-escaped version of the query string.
· The global ALWAYSALLOWEDQUERYSTRINGS section allows for the specification of safe query strings that will bypass all query string checks. (This feature was not in the previously released URLScan 3.0 beta).
· Descriptive configuration errors are now available in W3C formatted logging. This feature was also not available in the beta.
· Escape sequences like (%0A%0D) can now be used in deny rules allowing to deny CTRLF and other sequences involving non-printable characters.

How can URLScan be setup? URLScan can be setup up either as a global filter or a site level filter. A global filter is triggered for every HTTP request sent to the server. Site level filters are only invoked for HTTP requests sent to particular sites on a IIS server. Starting with URLScan 3.0 site filters can be used in conjunction with global filters.
Where can I get more information?

URLScan 3.0 FAQ
Using URLScan
Common URLScan Scenarios</itunes:summary><link>http://edge.technet.com/Media/Feature-of-the-Week-URLScan-30-for-IIS-70/</link><pubDate>Thu, 28 Aug 2008 07:01:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Feature-of-the-Week-URLScan-30-for-IIS-70/</guid><evnet:views>10506</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/1589/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Back in April there were reports that surfaced stating that web sites running on Internet Information Services (IIS) had been compromised by an automated attack that used vulnerabilities in web pages that did not follow security for best practices. These websites were taken advantage of via SQL injection attacks. While the only way to completely prevent SQL injection attacks is by following proper development best practices, there is a newly updated IIS feature that will allow server administrators to help mitigate SQL injection attacks until the web application can be updated to protect…</evnet:previewtext><dc:creator>Joey</dc:creator><itunes:author>Joey</itunes:author><slash:comments>0</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Feature-of-the-Week-URLScan-30-for-IIS-70/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/1589/Trackback.aspx</trackback:ping><category></category><category>Feature of the Week</category><category>IIS</category><category>IIS7</category><category>Security</category></item><item><title>IIS and Powershell</title><description>&lt;img src="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_small_edge.jpg" border="0" /&gt;Rimantas Malinaukas is a Solution Architect for Propensity International in Sydney, Australia.  Our own Jeff Alexander sat down with him to talk about a recent project where they built a solution on a pre-release of IIS7 and used Powershell to save the day when they discovered an issue in the product.  &lt;br /&gt;
It's a great story about offering Software as a Service and a hosted solution.&lt;img src="http://edge.technet.com/1579/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/IIS-and-Powershell/</comments><itunes:summary>Rimantas Malinaukas is a Solution Architect for Propensity International in Sydney, Australia.  Our own Jeff Alexander sat down with him to talk about a recent project where they built a solution on a pre-release of IIS7 and used Powershell to save the day when they discovered an issue in the product.  
It's a great story about offering Software as a Service and a hosted solution.</itunes:summary><link>http://edge.technet.com/Media/IIS-and-Powershell/</link><pubDate>Sun, 24 Aug 2008 15:01:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.mp4</guid><evnet:views>12528</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/1579/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Rimantas Malinaukas is a Solution Architect for Propensity International in Sydney, Australia.  Our own Jeff Alexander sat down with him to talk about a recent project where they built a solution on a pre-release of IIS7 and used Powershell to save the day when they discovered an issue in the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_large_edge.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_small_edge.jpg" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.mp4" expression="full" duration="544" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.mp3" expression="full" duration="544" type="audio/mp3" medium="audio" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.mp4" expression="full" duration="544" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.wma" expression="full" duration="544" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.wmv" expression="full" duration="544" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_2MB_edge.wmv" expression="full" duration="544" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_Zune_edge.wmv" expression="full" duration="544" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/9/7/5/1/rimantas_s_edge.wmv" expression="full" duration="544" type="video/x-ms-asf" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/edge/9/7/5/1/rimantas_edge.mp4" length="0" type="video/mp4" /><dc:creator>AdamBomb</dc:creator><itunes:author>AdamBomb</itunes:author><slash:comments>0</slash:comments><wfw:commentRss>http://edge.technet.com/Media/IIS-and-Powershell/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/1579/Trackback.aspx</trackback:ping><category>Customer Story</category><category>IIS7</category><category>powershell</category><category>Windows Server 2008</category></item><item><title>Easy Steps to Get your Web Site to Support IE8 </title><description>&lt;img src="http://edge.technet.com/Link/bbc2a2dc-b10c-4754-8175-9f8a52458dcd/" border="0" /&gt;&lt;p&gt;Any users accessing your site using the Internet Explorer 8 (IE8) browser ( currently in Beta ) will typically not get a very good rendering experience if your site was designed for Internet Explorer 7 (IE7) because of new standards that IE8 is supporting around HTML and CSS formats. There are two ways to resolve this. &lt;br /&gt;
&lt;br /&gt;
1) The longer term option is to re-write your web application to render IE8 correctly - However this would not be my first choice.&lt;br /&gt;
&lt;br /&gt;
2) The best ( to choose first off ) is to instruct any IE8 browsers to browse your site in IE7 emulation mode so that the current rendering is maintained. How do you do this? Simple&lt;/p&gt;
&lt;p&gt;On a Per-site basis, site owners and administrators can include the following custom HTTP header to force Internet Explorer 8 to render Web pages like Internet Explorer 7: &lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;X-UA-Compatible: IE=EmulateIE7&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;To add a custom HTTP response header at the Web site level in Internet Information Services 7 on a Windows Server 2008-based computer, follow these steps: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Administrative Tools&lt;/b&gt;, and then click &lt;b&gt;Internet Information Services (IIS) Manager&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;Under &lt;b&gt;Connections&lt;/b&gt;, double-click the server that you want, and then double-click &lt;b&gt;Sites&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;Click the Web site where you want to add the custom HTTP response header. &lt;/li&gt;
    &lt;li&gt;Under &lt;b&gt;Web site name Home&lt;/b&gt;, double-click &lt;b&gt;HTTP Response Headers&lt;/b&gt; in the IIS section. &lt;br /&gt;
    &lt;b&gt;Note&lt;/b&gt; In this step, Web site name is the name of the Web site. &lt;/li&gt;
    &lt;li&gt;Under &lt;b&gt;Actions&lt;/b&gt;, click &lt;b&gt;Add&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;In the &lt;b&gt;Name&lt;/b&gt; box, type X-UA-Compatible. &lt;/li&gt;
    &lt;li&gt;In the &lt;b&gt;Value&lt;/b&gt; box, type IE=EmulateIE7. &lt;/li&gt;
    &lt;li&gt;Click &lt;b&gt;OK&lt;/b&gt;. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also modify the IIS7 configuration file with the following details ( or you can check the config after the changes made above )&lt;/p&gt;
&lt;p&gt;&amp;lt;system.webServer&amp;gt;&lt;br /&gt;
&amp;lt;httpProtocol&amp;gt;&lt;br /&gt;
    &amp;lt;customHeaders&amp;gt;&lt;/p&gt;
&lt;p&gt;       &lt;strong&gt;&amp;lt;add name="X-UA-Compatible" value="IE=EmulateIE7" /&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;   &amp;lt;/customHeaders&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/httpProtocol&amp;gt;&lt;br /&gt;
&amp;lt;/system.webServer&amp;gt;&lt;/p&gt;
&lt;p&gt;To add a custom HTTP response header at the Web site level in Internet Information Services 6 and earlier versions, follow these steps: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Run&lt;/b&gt;, type inetmgr.exe, and then click &lt;b&gt;OK&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;Expand the server that you want, and then expand &lt;b&gt;Web Sites&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;Right-click the Web site that you want, and then click &lt;b&gt;Properties&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;Under &lt;b&gt;Custom HTTP&lt;/b&gt; headers, click &lt;b&gt;Add&lt;/b&gt;. &lt;/li&gt;
    &lt;li&gt;In the &lt;b&gt;Custom header name&lt;/b&gt; box, type X-UA-Compatible. &lt;/li&gt;
    &lt;li&gt;In the &lt;b&gt;Custom header value&lt;/b&gt; box, type IE=EmulateIE7. &lt;/li&gt;
    &lt;li&gt;Click &lt;b&gt;OK&lt;/b&gt; two times. &lt;/li&gt;
&lt;/ul&gt;
&lt;h5&gt;Per-page basis&lt;/h5&gt;
Site owners and administrators can include the following special HTML tag after the &amp;lt;Head&amp;gt; tag on the page:
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The following example shows use of this Internet Explorer 7 compatibility mode tag on a per-page basis: &lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;!-- Use IE7 mode --&amp;gt; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /&amp;gt; &amp;lt;title&amp;gt;My Web Page&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;p&amp;gt;Content goes here.&amp;lt;/p&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;For more information about the EmulateIE7 tag, visit the IEBlog Web site: &lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx"&gt;http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To download IE8 for testing, you can go to the following location&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx"&gt;http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://edge.technet.com/1577/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Easy-Steps-to-Get-your-Web-Site-to-Support-IE8/</comments><itunes:summary>Any users accessing your site using the Internet Explorer 8 (IE8) browser ( currently in Beta ) will typically not get a very good rendering experience if your site was designed for Internet Explorer 7 (IE7) because of new standards that IE8 is supporting around HTML and CSS formats. There are two ways to resolve this. 

1) The longer term option is to re-write your web application to render IE8 correctly - However this would not be my first choice.

2) The best ( to choose first off ) is to instruct any IE8 browsers to browse your site in IE7 emulation mode so that the current rendering is maintained. How do you do this? Simple
On a Per-site basis, site owners and administrators can include the following custom HTTP header to force Internet Explorer 8 to render Web pages like Internet Explorer 7: 

X-UA-Compatible: IE=EmulateIE7
 
To add a custom HTTP response header at the Web site level in Internet Information Services 7 on a Windows Server 2008-based computer, follow these steps: 

    Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager. 
    Under Connections, double-click the server that you want, and then double-click Sites. 
    Click the Web site where you want to add the custom HTTP response header. 
    Under Web site name Home, double-click HTTP Response Headers in the IIS section. 
    Note In this step, Web site name is the name of the Web site. 
    Under Actions, click Add. 
    In the Name box, type X-UA-Compatible. 
    In the Value box, type IE=EmulateIE7. 
    Click OK. 

You can also modify the IIS7 configuration file with the following details ( or you can check the config after the changes made above )
&amp;lt;system.webServer&amp;gt;
&amp;lt;httpProtocol&amp;gt;
    &amp;lt;customHeaders&amp;gt;
       &amp;lt;add name="X-UA-Compatible" value="IE=EmulateIE7" /&amp;gt;
   &amp;lt;/customHeaders&amp;gt;
&amp;lt;/httpProtocol&amp;gt;
&amp;lt;/system.webServer&amp;gt;
To add a custom HTTP response header at the Web site level in Internet Information Services 6 and earlier versions, follow these steps: 

    Click Start, click Run, type inetmgr.exe, and then click OK. 
    Expand the server that you want, and then expand Web Sites. 
    Right-click the Web site that you want, and then click Properties. 
    Under Custom HTTP headers, click Add. 
    In the Custom header name box, type X-UA-Compatible. 
    In the Custom header value box, type IE=EmulateIE7. 
    Click OK two times. 

Per-page basis
Site owners and administrators can include the following special HTML tag after the &amp;lt;Head&amp;gt; tag on the page:

&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /&amp;gt;
 
The following example shows use of this Internet Explorer 7 compatibility mode tag on a per-page basis: 

&amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;!-- Use IE7 mode --&amp;gt; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /&amp;gt; &amp;lt;title&amp;gt;My Web Page&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;p&amp;gt;Content goes here.&amp;lt;/p&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;
 


For more information about the EmulateIE7 tag, visit the IEBlog Web site: 
http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx

To download IE8 for testing, you can go to the following location

http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx</itunes:summary><link>http://edge.technet.com/Media/Easy-Steps-to-Get-your-Web-Site-to-Support-IE8/</link><pubDate>Thu, 21 Aug 2008 06:59:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Easy-Steps-to-Get-your-Web-Site-to-Support-IE8/</guid><evnet:views>11414</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/1577/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Any user accessing your site using the Internet Explorer 8 (IE8) browser ( currently in Beta ) will typically not get a very good rendering experience if your site was designed for Internet Explorer 7 (IE7) because of new standards that IE8 is supporting around HTML and CSS formats. There are two ways to resolve this.</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/a24baff8-5e09-4417-b480-3d6fc634ebbc/" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/bbc2a2dc-b10c-4754-8175-9f8a52458dcd/" height="64" width="85" /><dc:creator>neil</dc:creator><itunes:author>neil</itunes:author><slash:comments>2</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Easy-Steps-to-Get-your-Web-Site-to-Support-IE8/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/1577/Trackback.aspx</trackback:ping><category>IE 8</category><category>IIS6</category><category>IIS7</category><category>Internet Explorer</category></item><item><title>Streaming Media with Server 2008</title><description>&lt;img src="http://edge.technet.com/Link/04aa3c92-3aa3-4427-b77d-feae8065a35c/" border="0" /&gt;&lt;p&gt;I’ve always been intrigued on the idea of streaming my own music collection from my home server, so I decided to write this post on technology which can make this happen.  If you’re running any version of Server 2008 other than the version for Itanium-based systems, you have the capability of using Windows Media Services and/or IIS7’s Media pack to stream your audio / video (media) content. What’s the difference and which should I use?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span&gt;Windows Media Services&lt;/span&gt;&lt;/b&gt; – This enables you to stream media using the “mms” prefix in your player of choice and this method is commonly referred to as a media streaming server. You have the ability to broadcast media or setup on-demand publishing. To make this work, you must install the Media server role and after this download and install media services.&lt;/p&gt;
&lt;p&gt;Some key benefits over IIS7 Media pack&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Stream content using multi-cast &lt;/li&gt;
    &lt;li&gt;Proxy/Cache the stream and other options for bigger scale streaming operations &lt;/li&gt;
    &lt;li&gt;Broadcast media in addition to on-demand playback &lt;/li&gt;
    &lt;li&gt;More efficient utilization of network bandwidth by adjusting to network conditions &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;File formats supported : .asf, .wma, .wmv, .mp3 (with use of the MP3 media parser plug-in &amp;amp; doesn’t support VBR files), .jpg, .nsc, .wsx&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span&gt;Media Pack for IIS7&lt;/span&gt;&lt;/b&gt;&lt;b&gt; &lt;/b&gt;– This enables you to stream media using a method referred to as progressive download (or using a web server), This means the media is downloaded to the client machine, playing via some type of a client such as Windows Media Player, and often beginning to play before the file is completely downloaded. This method only allows you to setup on-demand playback.&lt;/p&gt;
&lt;p&gt;The media pack includes two components: Bit Rate Throttling and Web Playlists; both of which must be installed separately on top of IIS7.&lt;/p&gt;
&lt;p&gt;Benefits over Windows Media Services&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Additional file formats officially supported for .avi, .flv, .mov, .rm, .mp4, and .rmvb with throttling, but any file format could potentially work. &lt;/li&gt;
    &lt;li&gt;Easily push out the configuration using the shared hosting capabilities of IIS7 &lt;/li&gt;
    &lt;li&gt;Granularly configure bit rates for specific files/folders &lt;/li&gt;
    &lt;li&gt;Delegate permissions for others to modify the settings for specific files/folders &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;File formats supported: .asf, .avi, .flv, .mov, .mp3, .mp4, .rm, .rmvb, .wma, .wmv.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span&gt;Conclusion&lt;/span&gt;&lt;/b&gt;: If you have a very large amount of content you want to stream, then you’ll definitely want to use Windows Media Services due to the options available to scale and save bandwidth. However, IIS7’s media pack may be the right option for you if you’d like to stream the additional file formats and gain all of the benefits of being integrated with IIS7. For another great comparison between the two media streaming methods, see &lt;a href="http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx"&gt;Chris Knowlton’s blog post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;Get started&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;IIS7 Media Pack - &lt;a href="http://blogs.iis.net/chriskno/archive/2007/09/25/announcing-the-bit-rate-throttling-module-customer-technology-preview.aspx"&gt;Bit Rate Throttling&lt;/a&gt; &lt;br /&gt;
IIS 7 Media Pack – &lt;a href="http://blogs.iis.net/vsood/archive/2008/02/28/iis-7-media-pack-web-playlists-is-live.aspx"&gt;Web Playlists&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/8c460651-cec6-4b93-bcab-b4d2038009be1033.mspx?mfr=true"&gt;Windows Media Services Deployment Guide&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/6f883d0d-3668-4e15-b7ad-4df0f6e6805d1033.mspx?mfr=true"&gt;Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008&lt;/a&gt; (http) (&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/6f883d0d-3668-4e15-b7ad-4df0f6e6805d1033.mspx?mfr=true"&gt;doc version&lt;/a&gt;)&lt;/p&gt;&lt;img src="http://edge.technet.com/1014/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Streaming-Media-with-Server-2008/</comments><itunes:summary>I’ve always been intrigued on the idea of streaming my own music collection from my home server, so I decided to write this post on technology which can make this happen.  If you’re running any version of Server 2008 other than the version for Itanium-based systems, you have the capability of using Windows Media Services and/or IIS7’s Media pack to stream your audio / video (media) content. What’s the difference and which should I use?
Windows Media Services – This enables you to stream media using the “mms” prefix in your player of choice and this method is commonly referred to as a media streaming server. You have the ability to broadcast media or setup on-demand publishing. To make this work, you must install the Media server role and after this download and install media services.
Some key benefits over IIS7 Media pack

    Stream content using multi-cast 
    Proxy/Cache the stream and other options for bigger scale streaming operations 
    Broadcast media in addition to on-demand playback 
    More efficient utilization of network bandwidth by adjusting to network conditions 

File formats supported : .asf, .wma, .wmv, .mp3 (with use of the MP3 media parser plug-in &amp;amp; doesn’t support VBR files), .jpg, .nsc, .wsx
Media Pack for IIS7 – This enables you to stream media using a method referred to as progressive download (or using a web server), This means the media is downloaded to the client machine, playing via some type of a client such as Windows Media Player, and often beginning to play before the file is completely downloaded. This method only allows you to setup on-demand playback.
The media pack includes two components: Bit Rate Throttling and Web Playlists; both of which must be installed separately on top of IIS7.
Benefits over Windows Media Services

    Additional file formats officially supported for .avi, .flv, .mov, .rm, .mp4, and .rmvb with throttling, but any file format could potentially work. 
    Easily push out the configuration using the shared hosting capabilities of IIS7 
    Granularly configure bit rates for specific files/folders 
    Delegate permissions for others to modify the settings for specific files/folders 

File formats supported: .asf, .avi, .flv, .mov, .mp3, .mp4, .rm, .rmvb, .wma, .wmv.
Conclusion: If you have a very large amount of content you want to stream, then you’ll definitely want to use Windows Media Services due to the options available to scale and save bandwidth. However, IIS7’s media pack may be the right option for you if you’d like to stream the additional file formats and gain all of the benefits of being integrated with IIS7. For another great comparison between the two media streaming methods, see Chris Knowlton’s blog post.
Get started

IIS7 Media Pack - Bit Rate Throttling 
IIS 7 Media Pack – Web Playlists 
Windows Media Services Deployment Guide 
Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008 (http) (doc version)</itunes:summary><link>http://edge.technet.com/Media/Streaming-Media-with-Server-2008/</link><pubDate>Thu, 08 May 2008 05:14:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Streaming-Media-with-Server-2008/</guid><evnet:views>8363</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/1014/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I’ve always been intrigued on the idea of streaming my own music collection from my home server, so I decided to write this post on technology which can make this happen.  If you’re running any version of Server 2008 other than the version for Itanium-based systems, you have the capability of using Windows Media Services and/or IIS7’s Media pack to stream your audio / video (media) content. What’s the difference and which should I use?</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/680132a6-5972-401a-b218-bd2ddde8ddf7/" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/04aa3c92-3aa3-4427-b77d-feae8065a35c/" height="64" width="85" /><dc:creator>extreme</dc:creator><itunes:author>extreme</itunes:author><slash:comments>0</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Streaming-Media-with-Server-2008/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/1014/Trackback.aspx</trackback:ping><category>IIS</category><category>IIS7</category><category>Streaming Media</category><category>Windows Server 2008</category></item><item><title>External Web Application Management Using IIS 7</title><description>&lt;img src="http://edge.technet.com/Link/6f1bf21b-50cb-498d-8753-e761c854bd16/" border="0" /&gt;One service that typically requires remote administration by external consultants or application developers are web servers.  In this 7 minute screencast MVP Corey Hynes takes us through the new managment service in IIS 7 that addresses the need to delegate remote administration while maintaining the security of your web server.&lt;img src="http://edge.technet.com/682/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/682/</comments><itunes:summary>One service that typically requires remote administration by external consultants or application developers are web servers.  In this 7 minute screencast MVP Corey Hynes takes us through the new managment service in IIS 7 that addresses the need to delegate remote administration while maintaining the security of your web server.</itunes:summary><link>http://edge.technet.com/Media/682/</link><pubDate>Mon, 17 Mar 2008 07:01:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/682/</guid><evnet:views>4846</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/682/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>One service that typically requires remote administration by external consultants or application developers are web servers.  In this 7 minute screencast MVP Corey Hynes takes us through the new…</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/edge/2/8/6/IIS7DelegateSC_large_edge.jpg" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/6f1bf21b-50cb-498d-8753-e761c854bd16/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/2/8/6/IIS7DelegateSC.wmv" expression="full" duration="445" fileSize="29520615" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/2/8/6/IIS7DelegateSC.wmv" expression="full" duration="445" fileSize="186" type="video/x-ms-wmv" medium="video" /></media:group><dc:creator>Joey</dc:creator><itunes:author>Joey</itunes:author><slash:comments>0</slash:comments><wfw:commentRss>http://edge.technet.com/Media/682/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/682/Trackback.aspx</trackback:ping><category>IIS</category><category>IIS7</category><category>Windows Server 2008</category></item><item><title>MSCOM OPS with Microsoft.com, WS08, IIS7, and the Lone Server</title><description>&lt;img src="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_small_edge.jpg" border="0" /&gt;&lt;p&gt;I sat down with Jeff Toews, a member of the Microsoft.com Operations (MSCOM OPS) Engineering Team which is responsible for managing, maintaining, and deploying all of the servers which host Microsoft.com and thousands of other MS websites. &lt;br /&gt;
&lt;br /&gt;
In this interview, you get to learn a little bit about Microsoft's hosting environment and configuration, some good tips on migrating from WS03 / IIS 6, knowledge into some of the new &lt;a href="http://www.iis.net/default.aspx?tabid=7" target="_blank"&gt;&lt;span&gt;IIS 7&lt;/span&gt;&lt;/a&gt; features, and we learn the truth behind the &lt;a href="http://blogs.technet.com/windowsserver/pages/about-lone-server.aspx"&gt;&lt;span&gt;Lone Server&lt;/span&gt;&lt;/a&gt;!&lt;br /&gt;
&lt;br /&gt;
Because this one is a little bit long, I'm providing the breakdown for what is where in the video:&lt;br /&gt;
00:00 - Who Jeff is and what he and his team does&lt;br /&gt;
04:29 - What the environment &amp;amp; hardware config is like&lt;br /&gt;
06:20 - Steps they took to migrate from the start&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Get it to install (worked with it in alpha) &lt;/li&gt;
    &lt;li&gt;Feedback / work with IIS7 product team &lt;/li&gt;
    &lt;li&gt;Configuration to test server &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032356614%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e"&gt;Performance testing &amp;amp; tuning&lt;/a&gt; (i.e. with &lt;a href="http://mvolo.com/blogs/serverside/archive/2007/05/17/WCAT-6.3-web-performance-and-scalability-test-tool-released.aspx" target="_blank"&gt;&lt;span&gt;WCAT&lt;/span&gt;&lt;/a&gt;, etc) &lt;/li&gt;
    &lt;li&gt;Move to single production box &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;12:32 - Challenges they had in the migration&lt;br /&gt;
14:37 - Specific tips on how to migrate from IIS6 to IIS7&lt;br /&gt;
18:18 - &lt;a href="http://www.iis.net/articles/view.aspx/IIS7/Extending-IIS7/Getting-Started/How-to-Take-Advantage-of-the-IIS7-Integrated-Pipel" target="_blank"&gt;&lt;span&gt;Migration from classic to integrated mode&lt;/span&gt;&lt;/a&gt; difficult?&lt;br /&gt;
19:30 - &lt;a href="http://www.iis.net/articles/view.aspx/IIS7/Hosting-Web-Applications/ASP-NET/ASP-NET-Integration-with-IIS7" target="_blank"&gt;&lt;span&gt;Benefits of Integrated Mode&lt;/span&gt;&lt;br /&gt;
&lt;/a&gt;28:58 - Performance Tips: &lt;a href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Optimizing-Performance/Using-Output-Cache/IIS7-Output-Caching" target="_blank"&gt;&lt;span&gt;Caching&lt;/span&gt;&lt;/a&gt;/compression/tuning dynamic content&lt;br /&gt;
33:15 - Does the &lt;a href="http://www.loneserver.com/" target="_blank"&gt;&lt;span&gt;Lone Server&lt;/span&gt;&lt;/a&gt; really exist?&lt;br /&gt;
35:40 - A final summary and information about failure request event buffering (&lt;a href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Diagnostics-in-IIS7/Using-Failed-Request-Tracing/Troubleshooting-Failed-Requests-using-Tracing-in-I" target="_blank"&gt;&lt;span&gt;FREB&lt;/span&gt;&lt;/a&gt;).&lt;br /&gt;
37:56 - Over the Edge&lt;br /&gt;
&lt;br /&gt;
For "Over the Edge", learn about special edition Jimi Hendrix vodka, &lt;a href="http://www.kexp.org/" target="_blank"&gt;&lt;span&gt;KEXP&lt;/span&gt;&lt;/a&gt;, see liquid which is "the size of a small infant" and the Beatles, and get Jeff's IIS7 book recommendations.&lt;/p&gt;&lt;img src="http://edge.technet.com/490/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Microsoftcom-WS08-IIS7-and-the-Lone-Server/</comments><itunes:summary>I sat down with Jeff Toews, a member of the Microsoft.com Operations (MSCOM OPS) Engineering Team which is responsible for managing, maintaining, and deploying all of the servers which host Microsoft.com and thousands of other MS websites. 

In this interview, you get to learn a little bit about Microsoft's hosting environment and configuration, some good tips on migrating from WS03 / IIS 6, knowledge into some of the new IIS 7 features, and we learn the truth behind the Lone Server!

Because this one is a little bit long, I'm providing the breakdown for what is where in the video:
00:00 - Who Jeff is and what he and his team does
04:29 - What the environment &amp;amp; hardware config is like
06:20 - Steps they took to migrate from the start

    Get it to install (worked with it in alpha) 
    Feedback / work with IIS7 product team 
    Configuration to test server 
    Performance testing &amp;amp; tuning (i.e. with WCAT, etc) 
    Move to single production box 

12:32 - Challenges they had in the migration
14:37 - Specific tips on how to migrate from IIS6 to IIS7
18:18 - Migration from classic to integrated mode difficult?
19:30 - Benefits of Integrated Mode
28:58 - Performance Tips: Caching/compression/tuning dynamic content
33:15 - Does the Lone Server really exist?
35:40 - A final summary and information about failure request event buffering (FREB).
37:56 - Over the Edge

For "Over the Edge", learn about special edition Jimi Hendrix vodka, KEXP, see liquid which is "the size of a small infant" and the Beatles, and get Jeff's IIS7 book recommendations.</itunes:summary><link>http://edge.technet.com/Media/Microsoftcom-WS08-IIS7-and-the-Lone-Server/</link><pubDate>Wed, 23 Jan 2008 17:14:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Microsoftcom-WS08-IIS7-and-the-Lone-Server/</guid><evnet:views>5728</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/490/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I sat down with Jeff Toews, a member of the Microsoft.com Operations Engineering Team which is responsible for managing, maintaining, and deploying all of the servers which host Microsoft.com and thousands of other MS websites. &lt;br /&gt;
&lt;br /&gt;
In this interview, you get to learn a little bit about Microsoft's hosting environment and configuration, some good tips on migrating from WS03 / IIS 6, knowledge into some of the new &lt;a href="http://www.iis.net/default.aspx?tabid=7" target="_blank"&gt;&lt;span&gt;IIS 7&lt;/span&gt;&lt;/a&gt; features, and we learn the truth behind the &lt;a href="http://www.loneserver.com/"&gt;&lt;span&gt;Lone Server&lt;/span&gt;&lt;/a&gt;!&lt;br /&gt;
&lt;br /&gt;
Because this one is a little bit long, I'm providing the breakdown for what is where in the video:</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/41fc199c-75d5-4c53-acd0-b80804613cfd/" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_small_edge.jpg" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_edge.mp4" expression="full" duration="2568" fileSize="160358507" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_edge.mp3" expression="full" duration="2568" fileSize="20544911" type="audio/mp3" medium="audio" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_edge.mp4" expression="full" duration="2568" fileSize="160358507" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_edge.wma" expression="full" duration="2568" fileSize="20777919" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_edge.wmv" expression="full" duration="2568" fileSize="162993473" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_2MB_edge.wmv" expression="full" duration="2568" fileSize="804045355" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_Zune_edge.wmv" expression="full" duration="2568" fileSize="203397117" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_s_edge.wmv" expression="full" duration="2568" fileSize="236" type="video/x-ms-asf" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/edge/0/9/4/MS.com-IIS7-LoneServer-JeffTowes_edge.mp4" length="160358507" type="video/mp4" /><dc:creator>extreme</dc:creator><itunes:author>extreme</itunes:author><slash:comments>5</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Microsoftcom-WS08-IIS7-and-the-Lone-Server/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/490/Trackback.aspx</trackback:ping><category>IIS7</category><category>MSIT</category><category>Over the Edge</category><category>Windows Server 2008</category></item><item><title>Getting PHP to perform on IIS7</title><description>&lt;img src="http://edge.technet.com/Link/aab4e584-9e20-4823-b1b0-e7d901c005f6/" border="0" /&gt;I've been showing this demo to people in Ireland for while now &amp;amp; thought I'd better share it with a wider audience before I lose it (I'm going to wipe my demo laptop soon &amp;amp; reload it with Windows Server 2008).&lt;br /&gt;
&lt;br /&gt;
Enjoy,&lt;br /&gt;
&lt;br /&gt;
Dave.&lt;img src="http://edge.technet.com/393/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/393/</comments><itunes:summary>I've been showing this demo to people in Ireland for while now &amp;amp; thought I'd better share it with a wider audience before I lose it (I'm going to wipe my demo laptop soon &amp;amp; reload it with Windows Server 2008).

Enjoy,

Dave.</itunes:summary><link>http://edge.technet.com/Media/393/</link><pubDate>Wed, 02 Jan 2008 16:00:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/393/</guid><evnet:views>4670</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/393/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've been showing this demo to people in Ireland for while now &amp;amp; thought I'd better share it with a wider audience before I lose it (I'm going to wipe my demo laptop soon &amp;amp; reload it with Windows Server 2008).

Enjoy,

Dave.</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/89afdece-7a68-4fa9-9d97-38d7955e48dd/" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/aab4e584-9e20-4823-b1b0-e7d901c005f6/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/3/9/3/Daven-PHP.wmv" expression="full" duration="416" fileSize="20610531" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/3/9/3/Daven-PHP.wmv" expression="full" duration="416" fileSize="176" type="video/x-ms-wmv" medium="video" /></media:group><dc:creator>Daven</dc:creator><itunes:author>Daven</itunes:author><slash:comments>2</slash:comments><wfw:commentRss>http://edge.technet.com/Media/393/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/393/Trackback.aspx</trackback:ping><category>IIS</category><category>IIS7</category><category>PHP</category><category>Windows Server 2008</category></item><item><title>Failed Request Tracing in IIS7</title><description>&lt;img src="http://edge.technet.com/Link/ed884d64-8f71-47d0-a37d-158dea97c4f9/" border="0" /&gt;In this screencast, &lt;a href="http://dunnry.com/blog/IIS7RemoteManagerAccessDeniedError.aspx" target="_blank"&gt;Ryan Dunn&lt;/a&gt; configures IIS7 server for Failed Request Tracing (sometimes called FREB). Failed Request Tracing is a powerful new capability in IIS7 that allows us to easily set rules on our web applications, that once triggered will log that request to disk and pull in all the relevant trace information. This feature is immensely useful for troubleshooting running applications where attaching a debugger is impractical.&lt;img src="http://edge.technet.com/261/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Failed-Request-Tracing-in-IIS7/</comments><itunes:summary>In this screencast, Ryan Dunn configures IIS7 server for Failed Request Tracing (sometimes called FREB). Failed Request Tracing is a powerful new capability in IIS7 that allows us to easily set rules on our web applications, that once triggered will log that request to disk and pull in all the relevant trace information. This feature is immensely useful for troubleshooting running applications where attaching a debugger is impractical.</itunes:summary><link>http://edge.technet.com/Media/Failed-Request-Tracing-in-IIS7/</link><pubDate>Fri, 23 Nov 2007 17:00:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Failed-Request-Tracing-in-IIS7/</guid><evnet:views>3294</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/261/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this screencast, &lt;a href="http://dunnry.com/blog/IIS7RemoteManagerAccessDeniedError.aspx" target="_blank"&gt;Ryan Dunn&lt;/a&gt; configures IIS7 server for Failed Request Tracing (sometimes called FREB). Failed Request Tracing is a powerful new capability in IIS7 that allows us to easily set rules on our web applications, that once triggered will log that request to disk and pull in all the relevant trace information
&lt;p&gt; &lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/e29d5e04-2b8b-4134-949b-82047ec2bd4c/" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/ed884d64-8f71-47d0-a37d-158dea97c4f9/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/iis/IISFREB.wmv" expression="full" duration="429" fileSize="8387550" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/iis/IISFREB.wmv" expression="full" duration="429" fileSize="168" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/iis/IISFREB.wmv" expression="full" duration="429" fileSize="168" type="video/x-ms-asf" medium="video" /></media:group><dc:creator>neil</dc:creator><itunes:author>neil</itunes:author><slash:comments>0</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Failed-Request-Tracing-in-IIS7/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/261/Trackback.aspx</trackback:ping><category>IIS</category><category>IIS7</category><category>Windows Server 2008</category></item><item><title>Installing PHP Applications on IIS7</title><description>&lt;img src="http://edge.technet.com/Link/50b87eb4-371f-40d8-9761-70903956ed4d/" border="0" /&gt;&lt;p&gt;In this screencast, &lt;a href="http://dunnry.com/blog/IIS7RemoteManagerAccessDeniedError.aspx" target="_blank"&gt;Ryan Dunn &lt;/a&gt;shows how easy it is to get PHP up and configured on your IIS7 webserver using FastCGI. The popular PHP-based blogging application, Wordpress, is used to demonstrate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
Additionally, we see how quickly and easily we can integrate a PHP app with IIS7's integrated pipeline as we convert Wordpress to use IIS7's built-in Forms Authentication.&lt;img src="http://edge.technet.com/260/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Installing-PHP-Applications-on-IIS7/</comments><itunes:summary>In this screencast, Ryan Dunn shows how easy it is to get PHP up and configured on your IIS7 webserver using FastCGI. The popular PHP-based blogging application, Wordpress, is used to demonstrate.
&amp;nbsp;
Additionally, we see how quickly and easily we can integrate a PHP app with IIS7's integrated pipeline as we convert Wordpress to use IIS7's built-in Forms Authentication.</itunes:summary><link>http://edge.technet.com/Media/Installing-PHP-Applications-on-IIS7/</link><pubDate>Thu, 22 Nov 2007 17:00:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Installing-PHP-Applications-on-IIS7/</guid><evnet:views>8609</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/260/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;span&gt;In this screencast, &lt;a href="http://dunnry.com/blog/IIS7RemoteManagerAccessDeniedError.aspx" target="_blank"&gt;Ryan Dunn &lt;/a&gt;shows how easy it is to get PHP up and configured on your IIS7 webserver using FastCGI. The popular PHP-based blogging application, Wordpress, is used to demonstrate.&lt;/span&gt;</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/a053b2ef-58e5-4d91-bde7-dea029c180a9/" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/50b87eb4-371f-40d8-9761-70903956ed4d/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/iis/IIS7PHP.wmv" expression="full" duration="816" fileSize="22955556" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/iis/IIS7PHP.wmv" expression="full" duration="816" fileSize="168" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/iis/IIS7PHP.wmv" expression="full" duration="816" fileSize="168" type="video/x-ms-asf" medium="video" /></media:group><dc:creator>neil</dc:creator><itunes:author>neil</itunes:author><slash:comments>6</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Installing-PHP-Applications-on-IIS7/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/260/Trackback.aspx</trackback:ping><category>IIS</category><category>IIS7</category><category>PHP</category><category>Windows Server 2008</category></item><item><title>Remote Administration and Delegation in IIS7</title><description>&lt;img src="http://edge.technet.com/Link/cc48151b-f705-4bf7-9513-0f436b8b65ea/" border="0" /&gt;&lt;p&gt;In this screencast, &lt;a href="http://dunnry.com/blog/IIS7RemoteManagerAccessDeniedError.aspx" target="_blank"&gt;Ryan Dunn &lt;/a&gt;configures a IIS7 server for remote administration and delegation. The remote administration service in IIS7 is a new and powerful feature that allows us to connect securely to our remote IIS server using a firewall-friendly SSL connection. Additionally, we can choose to use traditional Windows accounts for authentication or choose the new IIS Manager user accounts instead.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We will walk through the steps you must perform as the IIS administrator as well as the experience for a remote administrator using delegated features.&lt;/p&gt;&lt;img src="http://edge.technet.com/262/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://edge.technet.com/Media/Remote-Administration-and-Delegation-in-IIS7/</comments><itunes:summary>In this screencast, Ryan Dunn configures a IIS7 server for remote administration and delegation. The remote administration service in IIS7 is a new and powerful feature that allows us to connect securely to our remote IIS server using a firewall-friendly SSL connection. Additionally, we can choose to use traditional Windows accounts for authentication or choose the new IIS Manager user accounts instead.

We will walk through the steps you must perform as the IIS administrator as well as the experience for a remote administrator using delegated features.</itunes:summary><link>http://edge.technet.com/Media/Remote-Administration-and-Delegation-in-IIS7/</link><pubDate>Wed, 21 Nov 2007 23:27:00 GMT</pubDate><guid isPermaLink="false">http://edge.technet.com/Media/Remote-Administration-and-Delegation-in-IIS7/</guid><evnet:views>3350</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/262/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this screencast, &lt;a href="http://dunnry.com/blog/IIS7RemoteManagerAccessDeniedError.aspx" target="_blank"&gt;Ryan Dunn &lt;/a&gt;configures a IIS7 server for remote administration and delegation. The remote administration service in IIS7 is a new and powerful feature that allows us to connect securely to our remote IIS server using a firewall-friendly SSL connection. Additionally, we can choose to use traditional Windows accounts for authentication or choose the new IIS Manager user accounts instead.
&lt;p&gt; &lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://edge.technet.com/Link/707c5dde-9297-462d-93b0-4f33b9826162/" height="240" width="320" /><media:thumbnail url="http://edge.technet.com/Link/cc48151b-f705-4bf7-9513-0f436b8b65ea/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/edge/iis/DelAdminIIS7.wmv" expression="full" duration="448" fileSize="8683750" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/iis/DelAdminIIS7.wmv" expression="full" duration="448" fileSize="178" type="video/x-ms-wmv" medium="video" /><media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/edge/iis/DelAdminIIS7.wmv" expression="full" duration="448" fileSize="178" type="video/x-ms-asf" medium="video" /></media:group><dc:creator>neil</dc:creator><itunes:author>neil</itunes:author><slash:comments>1</slash:comments><wfw:commentRss>http://edge.technet.com/Media/Remote-Administration-and-Delegation-in-IIS7/RSS/</wfw:commentRss><trackback:ping>http://edge.technet.com/262/Trackback.aspx</trackback:ping><category>IIS</category><category>IIS7</category><category>Windows Server 2008</category></item></channel></rss>