<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Dave Nelson&amp;#39;s Blog : Windows Media Services 2008</title><link>http://blogs.iis.net/dmnelson/archive/tags/Windows+Media+Services+2008/default.aspx</link><description>Tags: Windows Media Services 2008</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Updating browscap.ini for Internet Explorer 8</title><link>http://blogs.iis.net/dmnelson/archive/2009/05/14/updating-browscap-ini-for-internet-explorer-8.aspx</link><pubDate>Thu, 14 May 2009 23:49:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3163885</guid><dc:creator>dmnelson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/dmnelson/rsscomments.aspx?PostID=3163885</wfw:commentRss><comments>http://blogs.iis.net/dmnelson/archive/2009/05/14/updating-browscap-ini-for-internet-explorer-8.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I recently updated the Web browser on my Windows Vista computer to &lt;A class="" href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target=_blank mce_href="http://www.microsoft.com/windows/internet-explorer/default.aspx"&gt;Windows Internet Explorer 8&lt;/A&gt;, and immediately discovered that I could no longer remotely administer my Windows Media server by using the&amp;nbsp;updated Web browser. When I tried to open the Windows Media Services Web Administration site on the remote Windows Media server, IIS returned a Web page that incorrectly identified the Internet Explorer Web browser as a&amp;nbsp;Netscape Web browser.&lt;/P&gt;
&lt;P mce_keep="true"&gt;This issue occurred because the Windows Media Services Web Administration site (which is hosted&amp;nbsp;by IIS on the remote computer) could not determine the capabilities of my client Web browser. The site's Active Server Pages (ASP) use the &lt;B&gt;BrowserType&lt;/B&gt; object in server-side scripts to compare the User-Agent HTTP Header with entries in the IIS browscap.ini file and determine Web Browser capabilities. Unfortunately, the browscap.ini file did not have an entry for Internet Explorer 8.&lt;/P&gt;
&lt;P mce_keep="true"&gt;If you host ASP pages in IIS that use server-side scripts to query browscap.ini for Web browser information, keep in mind that any Web browser that is released after IIS 7.0 (which contains the most recent version of browscap.ini) may be undetected or incorrectly identified, and Web pages that depend on browser detection may not be viewable. To help alleviate browser-versioning issues, Internet Explorer 8 includes a &lt;A class="" href="http://www.microsoft.com/windows/internet-explorer/features/enhanced-navigation.aspx?tabid=1&amp;amp;catid=1" mce_href="http://www.microsoft.com/windows/internet-explorer/features/enhanced-navigation.aspx?tabid=1&amp;amp;catid=1"&gt;Compatibility View feature&lt;/A&gt; to display Web sites as viewed in Internet Explorer 7. However, for users who overlook this feature, you can replace your browscap.ini file, which is located in %&lt;EM&gt;windir&lt;/EM&gt;%\system32\inetsrv, with an updated version that supports Internet Explorer 8. Click &lt;A class="" href="http://www.iis.net/downloads/files/media/browscap.zip" target=_blank mce_href="http://www.iis.net/downloads/files/media/browscap.zip"&gt;http://www.iis.net/downloads/files/media/browscap.zip&lt;/A&gt; to download an updated browscap.ini file in a compressed (zipped) folder.&lt;/P&gt;
&lt;P mce_keep="true"&gt;For more information about updating the browscap.ini file to support a broad variety of user agents, I recommend that you check out the Browser Capabilites Project (&lt;A class="" href="http://browsers.garykeith.com/" target=_blank mce_href="http://browsers.garykeith.com/"&gt;http://browsers.garykeith.com/&lt;/A&gt;).&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3163885" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/dmnelson/archive/tags/Windows+Media+Services+2008/default.aspx">Windows Media Services 2008</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/IIS+7.0/default.aspx">IIS 7.0</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/Media/default.aspx">Media</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/Internet+Explorer+8/default.aspx">Internet Explorer 8</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/browscap.ini/default.aspx">browscap.ini</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/browscap/default.aspx">browscap</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/BrowserType/default.aspx">BrowserType</category></item><item><title>Using HTTP for Streaming and Downloading from the Same Computer</title><link>http://blogs.iis.net/dmnelson/archive/2008/09/26/using-http-for-streaming-and-downloading-from-the-same-computer.aspx</link><pubDate>Fri, 26 Sep 2008 20:08:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2649196</guid><dc:creator>dmnelson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/dmnelson/rsscomments.aspx?PostID=2649196</wfw:commentRss><comments>http://blogs.iis.net/dmnelson/archive/2008/09/26/using-http-for-streaming-and-downloading-from-the-same-computer.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;By default, the HTTP Listener (HTTP.sys) for the default Web site in IIS 7.0 listens to all requests coming in on port 80 for all static IP addresses bound to the network adapter (site binding = http:*:80:). Thus, when you install Windows Media Services on the same computer, you can't stream by using HTTP. If you try to configure HTTP streaming by enabling the WMS HTTP Server Control Protocol plug-in in Windows Media Services, you'll get an error that looks something like this:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Error Code&lt;/STRONG&gt;: 0xC00D158B&lt;BR&gt;&lt;STRONG&gt;Error Text&lt;/STRONG&gt;: One usage of each socket address (protocol/network address/port) is permitted. Verify that other services (such as IIS) or applications are not attempting to use the same port and then try to enable the plug-in again.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;There are two approaches to resolving this issue. One is to change the port that Windows Media Services uses for HTTP streaming. But if you must use port 80 for your Web traffic, another approach is to&amp;nbsp;obtain another static IP address for use with your network adapter, and then configure Windows Media Services to use that IP address with port 80. Earlier versions of&amp;nbsp;Windows Media Services contained the HTTP Sys Configuration tool&amp;nbsp;for assigning additional IP addresses to your services, but&amp;nbsp;in Windows Media Services 2008, that tool is not available and&amp;nbsp;you must configure the&amp;nbsp;HTTP.sys IP inclusion list by using enhanced netsh commands instead. &lt;A class="" href="http://learn.iis.net/page.aspx/507/using-http-for-streaming-and-downloading-from-the-same-computer/" target=_blank mce_href="http://learn.iis.net/page.aspx/507/using-http-for-streaming-and-downloading-from-the-same-computer/"&gt;This article&lt;/A&gt; describes both of these approaches in detail.&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2649196" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/dmnelson/archive/tags/Windows+Media+Services+2008/default.aspx">Windows Media Services 2008</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/IIS+7.0/default.aspx">IIS 7.0</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/Media/default.aspx">Media</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/HTTP/default.aspx">HTTP</category></item><item><title>Windows Media Server or Web Server?</title><link>http://blogs.iis.net/dmnelson/archive/2008/05/15/Windows-Media-server-or-Web-server_3F00_.aspx</link><pubDate>Thu, 15 May 2008 20:57:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2360935</guid><dc:creator>dmnelson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/dmnelson/rsscomments.aspx?PostID=2360935</wfw:commentRss><comments>http://blogs.iis.net/dmnelson/archive/2008/05/15/Windows-Media-server-or-Web-server_3F00_.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;As promised in &lt;A class="" href="http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx" target=_blank mce_href="http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx"&gt;Chris Knowlton's Blog&lt;/A&gt;, we have an updated document that compares digital media content delivery from Windows Media servers (running Windows Media Services 2008) and Web servers (running IIS 7.0). You can find it &lt;A class="" href="http://learn.iis.net/page.aspx/454/windows-media-server-or-web-server/" target=_blank mce_href="http://learn.iis.net/page.aspx/454/windows-media-server-or-web-server/"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2360935" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/dmnelson/archive/tags/Bit+Rate+Throttling/default.aspx">Bit Rate Throttling</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/Windows+Media+Services+2008/default.aspx">Windows Media Services 2008</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/IIS+7.0/default.aspx">IIS 7.0</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/Web+Playlists/default.aspx">Web Playlists</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/Media/default.aspx">Media</category><category domain="http://blogs.iis.net/dmnelson/archive/tags/IIS+Media+Services/default.aspx">IIS Media Services</category></item></channel></rss>