<?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>BillS IIS Blog : iis7, videos, ASP.NET</title><link>http://blogs.iis.net/bills/archive/tags/iis7/videos/ASP.NET/default.aspx</link><description>Tags: iis7, videos, ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Why IIS7? Top 12 cool features…</title><link>http://blogs.iis.net/bills/archive/2008/11/20/why-iis7-top-12-cool-features.aspx</link><pubDate>Fri, 21 Nov 2008 04:13:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2759317</guid><dc:creator>bills</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/bills/rsscomments.aspx?PostID=2759317</wfw:commentRss><comments>http://blogs.iis.net/bills/archive/2008/11/20/why-iis7-top-12-cool-features.aspx#comments</comments><description>&lt;p&gt;Every time I talk with customers in meetings or at conferences I’m struck by how many cool amazing new capabilities IIS7 has.&amp;#160; I can go on for literally hours talking about the new features and benefits, and showing demos.&amp;#160; And with each new &lt;a href="http://www.iis.net/extensions"&gt;IIS7 Extension&lt;/a&gt;, the list of new features just gets bigger and bigger.&amp;#160; A few months ago I realized we didn’t have the top list of features written up anywhere, and so we started the process of distilling down the list to the top 10.&amp;#160; We almost made it!&amp;#160; We ended up with the top 12 reasons you should get IIS7 today.&amp;#160; Check them out here:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.iis.net/getstarted" href="http://www.iis.net/getstarted"&gt;http://www.iis.net/getstarted&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Over the next few weeks we’ll be adding a cool demo for each of the reasons to show the features in action.&amp;#160; Be sure to check back soon!&lt;/p&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2759317" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/bills/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/bills/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/bills/archive/tags/Extensibility/default.aspx">Extensibility</category><category domain="http://blogs.iis.net/bills/archive/tags/Administration/default.aspx">Administration</category><category domain="http://blogs.iis.net/bills/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.iis.net/bills/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/bills/archive/tags/Developers/default.aspx">Developers</category><category domain="http://blogs.iis.net/bills/archive/tags/Performance/default.aspx">Performance</category><category domain="http://blogs.iis.net/bills/archive/tags/Videos/default.aspx">Videos</category><category domain="http://blogs.iis.net/bills/archive/tags/Media/default.aspx">Media</category><category domain="http://blogs.iis.net/bills/archive/tags/Administrators/default.aspx">Administrators</category><category domain="http://blogs.iis.net/bills/archive/tags/Configuration/default.aspx">Configuration</category><category domain="http://blogs.iis.net/bills/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.iis.net/bills/archive/tags/Deployment/default.aspx">Deployment</category></item><item><title>Using ASP.NET Forms Authentication with all types of content on IIS7 (Video)</title><link>http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx</link><pubDate>Sat, 19 May 2007 14:52:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1715809</guid><dc:creator>bills</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/bills/rsscomments.aspx?PostID=1715809</wfw:commentRss><comments>http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx#comments</comments><description>&lt;P&gt;One of my favorite ASP.NET features is forms authentication, supported by the powerful membership system in ASP.NET 2.0.&amp;nbsp; Back when I built Web applications for a living, I remember agonizing over the building the authentication support for my applications.&amp;nbsp; What developer wants to spend time building authentication infrastructure, tying it intimately to a custom-built membership store, and subjecting your application and server to SQL injection and cross-site scripting attacks, when you'd rather just focus on the app itself?&amp;nbsp; I won't spin any longer on ASP.NET forms auth and membership virtues, but if&amp;nbsp;you are new to these features, check out &lt;A href="http://weblogs.asp.net/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx" target=_blank mce_href="http://weblogs.asp.net/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx"&gt;this content&lt;/A&gt; on Scott's blog.&lt;/P&gt;
&lt;P&gt;With the introduction of &lt;A href="http://www.iis.net/articles/view.aspx/Hosting-Web-Applications/ASP-NET/ASP-NET-Integration-with-IIS7?tabid=1" target=_blank mce_href="http://www.iis.net/articles/view.aspx/Hosting-Web-Applications/ASP-NET/ASP-NET-Integration-with-IIS7?tabid=1"&gt;Integrated Pipeline&lt;/A&gt; in IIS7, ASP.NET Forms Auth and Membership just got a lot more powerful.&amp;nbsp; Now it can be used with all types of content including classic ASP applications, Cold Fusion, PHP, Static files, or any other type of request.&amp;nbsp; In this video, which I &lt;A href="http://blogs.iis.net/bills/archive/2007/04/28/server-side-mash-ups-php-asp-net.aspx" target=_blank mce_href="http://blogs.iis.net/bills/archive/2007/04/28/server-side-mash-ups-php-asp-net.aspx"&gt;posted a few weeks back&lt;/A&gt; in preparation for MIX, you can see how to get forms auth against the SQL membership provider working for a PHP application.&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Video &lt;/H3&gt;
&lt;DIV class=wlWriterSmartContent id={56D98072-E0C5-42c8-AECD-56E2CD0242BF}:10f0d1aa-a385-4787-adee-deeab467a0d7 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;
&lt;SCRIPT src="http://agappdom.net/g/silverlight.js" type=text/javascript mce_src="http://agappdom.net/g/silverlight.js"&gt;&lt;/SCRIPT&gt;

&lt;SCRIPT src="http://wallpaper.iis7.org/blog/Usi.NETFormsAuthenticationwithalltypesof_8BDF/PlayerScript.js" mce_src="http://wallpaper.iis7.org/blog/Usi.NETFormsAuthenticationwithalltypesof_8BDF/PlayerScript.js"&gt;&lt;/SCRIPT&gt;

&lt;DIV id=AppNameWrapper2fe7eb56deb54ad897b144b8f7c3eedf style="OVERFLOW: hidden; WIDTH: 625px; HEIGHT: 520px"&gt;&lt;/DIV&gt;
&lt;SCRIPT type=text/javascript&gt;
var AppNameWrapper2fe7eb56deb54ad897b144b8f7c3eedf = document.getElementById("AppNameWrapper2fe7eb56deb54ad897b144b8f7c3eedf");
CreateSilverlight2fe7eb56deb54ad897b144b8f7c3eedf();
&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using ASP.NET Forms authentication with PHP - 7mins - 10sec&amp;nbsp;(&lt;A href="http://wallpaper.iis7.org/videos/php-formsauth.mov" mce_href="http://wallpaper.iis7.org/videos/php-formsauth.mov"&gt;Apple Quicktime&lt;/A&gt;, &lt;A href="http://wallpaper.iis7.org/videos/php-formsauth.wmv" mce_href="http://wallpaper.iis7.org/videos/php-formsauth.wmv"&gt;Windows Video&lt;/A&gt;)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can read more about using integrated pipeline with ASP.NET forms in &lt;A href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=25&amp;amp;i=1081&amp;amp;p=1" target=_blank mce_href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=25&amp;amp;i=1081&amp;amp;p=1"&gt;this article&lt;/A&gt; written by &lt;A href="http://blogs.iis.net/mvolo" target=_blank mce_href="http://blogs.iis.net/mvolo"&gt;Mike Volodarsky&lt;/A&gt; and &lt;A href="http://blogs.iis.net/thomad" target=_blank mce_href="http://blogs.iis.net/thomad"&gt;Thomas Deml&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Share this post:&lt;/STRONG&gt; &lt;A href="mailto:?body=Thoughtyoumightlikethis:http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx"&gt;email it!&lt;/A&gt; | &lt;A href="http://del.icio.us/post?url=http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx&amp;amp;;title=ASP.NET Forms Authentication For All Types of Content"&gt;bookmark it!&lt;/A&gt; | &lt;A href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx&amp;amp;title=ASP.NET Forms Auth for all types of content&amp;amp;bodytext=ASP.NET Forms Auth for all types of content&amp;amp;topic=ASP.NET Forms Auth for all types of content"&gt;digg it!&lt;/A&gt; | &lt;A href="http://reddit.com/submit?url=http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx&amp;amp;title=ASP.NET Forms Auth for with IIS7"&gt;reddit!&lt;/A&gt; | &lt;A href="http://www.dotnetkicks.com/submit/?url=http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx&amp;amp;;title=ASP.NET Forms Auth with IIS7"&gt;kick it!&lt;/A&gt; | &lt;A href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://blogs.iis.net/bills/archive/2007/05/19/using-asp-net-forms-authentication-with-all-types-of-content-with-iis7-video.aspx&amp;amp;;title=ASP.NET Forms Auth with IIS7&amp;amp;;top=1"&gt;live it!&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1715809" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/bills/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/bills/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/bills/archive/tags/PHP/default.aspx">PHP</category><category domain="http://blogs.iis.net/bills/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/bills/archive/tags/Videos/default.aspx">Videos</category></item></channel></rss>