<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  iis - TechNet Edge</title><atom:link rel="self" type="application/rss+xml" href="http://edge.technet.com/tags/+iis/feed/ipod/default.aspx" /><itunes:summary> iis</itunes:summary><itunes:author>extreme, Orcos, neil, AdamBomb, JeffSand</itunes:author><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Edge/images/feedimage.png</url><title>Entries tagged with  iis - TechNet Edge</title><link>http://edge.technet.com/Tags/IIS/</link></image><itunes:image href="http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Edge/images/feedimage.png" /><itunes:category text="Technology" /><description> iis</description><link>http://edge.technet.com/Tags/IIS/</link><language>en-us</language><pubDate>Thu, 08 May 2008 05:04:50 GMT</pubDate><lastBuildDate>Thu, 08 May 2008 05:04:50 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3125.42773, Culture=neutral, PublicKeyToken=null)</generator><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="true">http://edge.technet.com/Media/Streaming-Media-with-Server-2008/</guid><evnet:views>7214</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>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="true">http://edge.technet.com/Media/682/</guid><evnet:views>4546</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>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="true">http://edge.technet.com/Media/393/</guid><evnet:views>4026</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="true">http://edge.technet.com/Media/Failed-Request-Tracing-in-IIS7/</guid><evnet:views>3056</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&amp;nbsp;&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;&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&amp;nbsp;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.
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="true">http://edge.technet.com/Media/Installing-PHP-Applications-on-IIS7/</guid><evnet:views>6380</evnet:views><evnet:viewtrackingurl>http://edge.technet.com/260/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;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.</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>5</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>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="true">http://edge.technet.com/Media/Remote-Administration-and-Delegation-in-IIS7/</guid><evnet:views>3087</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>