<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for iisguy</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/iisguy/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>iisguy</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 23:43:21 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 23:43:21 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: An Overview of FTP 7 with Robert McMurray</title>
		<description>
			<![CDATA[As far as including it in the build, perhaps someday, but not by RTM. Deliving out of band, as we call it internally, helps agility as we can get more content and services to you that way. When it's bundled with the OS, there is an extermely high load
 that accompanies it which is as it should be for a core OS service. <br>
-brett<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/IIS+Show/An-Overview-of-FTP-7-with-Robert-McMurray#c633210766560000000</link>
		<pubDate>Thu, 26 Jul 2007 19:57:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/IIS+Show/An-Overview-of-FTP-7-with-Robert-McMurray#c633210766560000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: IIS Show #8 - IIS Past and Future - An Interview with IIS Publishing PM Robert McMurray</title>
		<description>
			<![CDATA[Fixed.<br>
Thanks.<br>
-brett<br>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/IIS+Show/IIS-Show-8-IIS-Past-and-Future-An-Interview-with-IIS-Publishing-PM-Robert-McMurray#c632943712180000000</link>
		<pubDate>Wed, 20 Sep 2006 17:46:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/IIS+Show/IIS-Show-8-IIS-Past-and-Future-An-Interview-with-IIS-Publishing-PM-Robert-McMurray#c632943712180000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: How Developers can Extend IIS 7</title>
		<description>
			<![CDATA[I agree with you on this.<br>
No way the web files should be on C: (or your system drive). And IIS does not prompt you.&nbsp; A long time ago in a land far away, well not so far actually, IIS 4 used to nicely ask you where you wanted to install the default website.<br>
<br>
Along came Windows 2000 and the new law of the land was &quot;make it easy to install - as few prompts as possilble&quot;. And it was so. There are indeed very few prompts during the install compared to installing NT4.
<br>
<br>
To compensate, you can direct the installation to any drive using an automated install which is far easier than it sounds. There are nuermous articles on this (SYSOCMGR and IIS).<br>
<br>
Additionally, moving the default website is very simple and takes just a minute. <br>
<br>
All that said, I would still like a prompt.<br>
<br>
As far as other web applicaitons using &quot;The Default Website&quot; or website number 1, depending&nbsp; on what they look for, this is true of many applicaiotns and is why I recommend keeping it around, but disabling it.&nbsp; The teams inside Microsoft that write the installers
 are the ones responbile for how much flexibility there is in this. I've seen the issue of where to install&nbsp;an&nbsp;web applicaiton handled very well and very poorly both inside and outside of Microsoft. For better&nbsp;or for worse, Microsoft operates like&nbsp;colection
 of start ups. So&nbsp;if the Squiggy team wants to makes their web app install in &quot;The Default Website&quot;, the mechanics of that&nbsp;is up to them - same as it is for you.<br>
<br>
For developers, they want this to be easy and reliable&nbsp;so they make assumptions there will be a Website number 1, and generally there is.<br>
<br>
-brett<br>
&nbsp;<br>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Duncanma/How-Developers-can-Extend-IIS-7#c632905909560000000</link>
		<pubDate>Mon, 07 Aug 2006 23:42:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Duncanma/How-Developers-can-Extend-IIS-7#c632905909560000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: How Developers can Extend IIS 7</title>
		<description>
			<![CDATA[
<p>From: <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=25&amp;i=928">http://www.iis.net/default.aspx?tabid=2&amp;subtabid=25&amp;i=928</a><br>
<br>
&quot;In IIS7, the ASP.NET request processing pipeline overlays the IIS pipeline directly, essentially providing a wrapper over it instead of plugging into it.</p>
<p>A request arriving for any content type is processed by IIS, with both native IIS modules and ASP.NET modules being able to provide request processing in all stages. This enables services provided by ASP.NET modules like Forms Authentication or Output Cache
 to be used for requests to ASP pages, PHP pages, static files, and so on.</p>
<p>The ability to plug in directly into the server pipeline allows ASP.NET modules to replace, run before, or run after any IIS functionality. This enables, for example, a custom ASP.NET basic authentication module written to use the Membership service and
 SQL Server user database to replace the built in IIS basic authentication feature that works only with Windows accounts.
</p>
<p>In addition, the expanded ASP.NET APIs take advantage of direct integration to enable more request processing tasks. For example, ASP.NET modules can modify request headers before other components process the request, inserting an Accept-Language header
 before ASP applications execute in order to force localized content to be sent back to the client based on user preference.&quot;<br>
-brett</p>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Duncanma/How-Developers-can-Extend-IIS-7#c632884078700000000</link>
		<pubDate>Thu, 13 Jul 2006 17:17:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Duncanma/How-Developers-can-Extend-IIS-7#c632884078700000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: Eric Deily - IIS 7 preview</title>
		<description>
			<![CDATA[When you add a service after a service pack, you do not need to reapply the service pack. This has been true since Window 2000.
<br />It is also true that if you apply a service pack, then uninstall and reinstall a service, in this case IIS, you do not need to reapply the service pack. However, you may need reapply hotfixes.<br /><br />To answer the question of how can&nbsp; you tell, you can always run Windows Update&nbsp;or Microsoft Security Baseline Analyzer to report on the updates you need.
<br /><br />While Windows Update, Security Analyzer, WUS, and other improvements have made patching eaiser, there is still a lot of work to do and is no substitute for releasing rock sold products that don't need much in terms of patching. IIS 6 is&nbsp;a big step in the right
 directioon and we're working very hard to ensure that IIS 7 meets or exceeds that.<br /><br />Brett Hill<br />IIS Evangelist<br /><br /><br /><p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Eric-Deily-IIS-7-preview#c632870362000000000</link>
		<pubDate>Tue, 27 Jun 2006 20:16:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Eric-Deily-IIS-7-preview#c632870362000000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: Brent Hill and Roger Grimes - Chatting about IIS 7&#39;s security</title>
		<description>
			<![CDATA[
<p>Thanks for you reply. I really like this conversation. <br /><br />I am tempted to ask what you would consider &quot;real&quot; numbers, but any numbers or claims I make are&nbsp;going to be critizied as being non-objective.&nbsp; That's why&nbsp;I&nbsp;invite you to do the research and come to your own conclusions. &nbsp;Check Secunia.net. Check Securityfocus.
 Check anywhere you like. Objectively compare IIS&nbsp;6 and Windows 2003 to any OS&#43;Web Server&nbsp;released at that time and see what the data says. That's all I'm saying here.
<br /><br />As for Roger, he writes a security column for Infoworld, is an author for Windows IT Pro Magazine, and teachs hardening&nbsp;and security classes&nbsp;(Ultimate Hacking) for Foundstone and SANs. Knows a bit about the topic.&nbsp;&nbsp;&nbsp;<br /><br />I'd&nbsp;love to&nbsp;interview anyone you think would be important to listen to as an admin (or dev). If you tell me who you would like, I'll try to get them on record and posted to C9.<br /><br />-brett<br /><br /></p>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Brent-Hill-and-Roger-Grimes-Chatting-about-IIS-7s-security#c632870357990000000</link>
		<pubDate>Tue, 27 Jun 2006 20:09:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Brent-Hill-and-Roger-Grimes-Chatting-about-IIS-7s-security#c632870357990000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: Chris St.Amand and Jeff Stucky - Debugging Microsoft.com</title>
		<description>
			<![CDATA[What you've found is an internet caching service, not a traceback to a Microsoft.com server. Microsoft.com uses out of the box IIS 6, 64 bit servers. Same stuff you can use.&nbsp;Ditto for Myspace.com and many other high volume, high availability sites.<br />-brett<br /><p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Chris-StAmand-and-Jeff-Stucky-Debugging-Microsoftcom#c632870356470000000</link>
		<pubDate>Tue, 27 Jun 2006 20:07:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Chris-StAmand-and-Jeff-Stucky-Debugging-Microsoftcom#c632870356470000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: IIS Show #4 with Brett Hill</title>
		<description>
			<![CDATA[
<p>I appreciate your concern here, however, the thing to keep in mind is that the parser is not fooled, it is simply parsing according to its rules. Keep in mind that you cannot send this kind of URL from IE as it wil not allow it. You have to use another utility
 of some kind. <br>
See <a href="http://www.windowsitpro.com/Article/ArticleID/23278/23278.html?Ad=1">
http://www.windowsitpro.com/Article/ArticleID/23278/23278.html?Ad=1</a><br>
<a href="http://www.mvps.org/marksxp/WindowsXP/IIS/iis4.php">http://www.mvps.org/marksxp/WindowsXP/IIS/iis4.php</a><br>
<br>
And&nbsp;Writing Secure Code by Michael Howard<br>
&quot;Just say no to parent paths. If you remove the requirement for parent paths in your application, anyone attempting to access a resource by using parent paths is, by definition, an attacker!&quot;<br>
<br>
<a href="http://www.microsoft.com/mspress/books/sampchap/5612b.asp">http://www.microsoft.com/mspress/books/sampchap/5612b.asp</a><br>
</p>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/IIS+Show/IIS-Show-4-with-Brett-Hill#c632854928930000000</link>
		<pubDate>Fri, 09 Jun 2006 23:34:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/IIS+Show/IIS-Show-4-with-Brett-Hill#c632854928930000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: IIS Show #4 with Brett Hill</title>
		<description>
			<![CDATA[Yup, i was around. Of course the basics would have prevented code red such as applying existing patches or disabling extensions you aren't using. I didn't cover that info in the podcast since this was not about administration as much as much as what to
 tell developers.&nbsp;I can assure it was not rehearsed.&nbsp; <br>
<br>
So what I would like to know is what you would like to have heard in this? In other words, what would you say to developers are the top things the should know to write secure code for web applications?<br>
<br>
=brett<br>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/IIS+Show/IIS-Show-4-with-Brett-Hill#c632854924130000000</link>
		<pubDate>Fri, 09 Jun 2006 23:26:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/IIS+Show/IIS-Show-4-with-Brett-Hill#c632854924130000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: Brent Hill and Roger Grimes - Chatting about IIS 7&#39;s security</title>
		<description>
			<![CDATA[Very interesting. Thanks for posting the interview.&nbsp; In the interview, I invite people to do the research and make their own conslusions.&nbsp;&nbsp;The whole point is to&nbsp;update people's pereception of judging IIS 6&nbsp;based on track record for IIS&nbsp;5, not to claim
 that IIS is more secure than Apache or that Apache is insecure.&nbsp;<br /><br />-brett hill<br /><br /><br /><p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Brent-Hill-and-Roger-Grimes-Chatting-about-IIS-7s-security#c632773282130000000</link>
		<pubDate>Tue, 07 Mar 2006 11:36:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Brent-Hill-and-Roger-Grimes-Chatting-about-IIS-7s-security#c632773282130000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
	<item>
		<title>Re: Brent Hill and Roger Grimes - Chatting about IIS 7&#39;s security</title>
		<description>
			<![CDATA[
<p>The seriouseness of the vulnerabilites is this for IIS 6&nbsp;- zero, that is 0, as in null, nada, empty set, none are rated critical by anyone who rates these things.<br /><br />Just do this: Go to any site that lists security vulnerabilities from multiple platforms. Any of them.<br /><br />Compare IIS 6 to Apache 2.x. Compare Windows 2003 to *nix.<br /><br />Be objective as you can. What is the result?<br /><br />Check it out.<br /><br />Brett Hill<br />IIS Evanglist<br />Microsoft.com<br /></p>
<p>posted by iisguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Brent-Hill-and-Roger-Grimes-Chatting-about-IIS-7s-security#c632616533600000000</link>
		<pubDate>Wed, 07 Sep 2005 01:29:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Brent-Hill-and-Roger-Grimes-Chatting-about-IIS-7s-security#c632616533600000000</guid>
		<dc:creator>iisguy</dc:creator>
	</item>
</channel>
</rss>