<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.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/"><channel><title>Scott Forsyth's Blog - All Comments</title><link>http://weblogs.asp.net/owscott/default.aspx</link><description>Postings on IIS, ASP.NET, SQL Server, Webfarms and general system admin.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Viewing all Server Variables for a Site</title><link>http://weblogs.asp.net/owscott/archive/2010/03/09/viewing-all-server-variables-for-a-site.aspx#10320065</link><pubDate>Tue, 21 May 2013 10:24:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10320065</guid><dc:creator>Suchita</dc:creator><description>&lt;p&gt;i have used the same in Classic ASP&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10320065" width="1" height="1"&gt;</description></item><item><title>re: Managed Service Accounts (MSA) and Virtual Accounts</title><link>http://weblogs.asp.net/owscott/archive/2010/04/21/managed-service-accounts-msa-and-virtual-accounts.aspx#10301504</link><pubDate>Fri, 17 May 2013 19:13:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10301504</guid><dc:creator>Julian Castiblanco</dc:creator><description>&lt;p&gt;Great post!! thanks a lot&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10301504" width="1" height="1"&gt;</description></item><item><title>re: IIS URL Rewrite – rewriting non-www to www</title><link>http://weblogs.asp.net/owscott/archive/2009/11/27/iis-url-rewrite-rewriting-non-www-to-www.aspx#10297412</link><pubDate>Thu, 16 May 2013 19:18:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10297412</guid><dc:creator>OWScott</dc:creator><description>&lt;p&gt;Hi elmer,&lt;/p&gt;
&lt;p&gt;You'll get too many redirects if there is a loop. This can occur if your condition includes the URL in the action. For example, let's say that in the action you're going to www.domain.com, but in the condition you're checking for (www\.)?domain\.com, that will cause a loop.&lt;/p&gt;
&lt;p&gt;Another easy way to get a loop is if another component fights with you. For example, if you add the www with URL Rewrite, but your site (or CMS) removes the www. That can cause a redirect loop.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10297412" width="1" height="1"&gt;</description></item><item><title>re: 1000MB is not 1GB</title><link>http://weblogs.asp.net/owscott/archive/2007/02/27/1000mb-is-not-1gb.aspx#10297111</link><pubDate>Thu, 16 May 2013 17:34:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10297111</guid><dc:creator>Aqeek</dc:creator><description>&lt;p&gt;I think for the DVD drive and Disk sizing. Everyone is forgetting that there is a space utilized for either Master Boot Record or memory buffer size, in which works to move small chunks of data between disk space during the transfer process. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10297111" width="1" height="1"&gt;</description></item><item><title>re: IIS URL Rewrite – rewriting non-www to www</title><link>http://weblogs.asp.net/owscott/archive/2009/11/27/iis-url-rewrite-rewriting-non-www-to-www.aspx#10295857</link><pubDate>Thu, 16 May 2013 10:21:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10295857</guid><dc:creator>elmer</dc:creator><description>&lt;p&gt;I&amp;#39;d follow you&amp;#39;re instruction but after that my webpage has an error of Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.&lt;/p&gt;
&lt;p&gt;How can I resolved this?? I&amp;#39;m using codeigniter&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10295857" width="1" height="1"&gt;</description></item><item><title>re: Why is the IIS default app pool recycle set to 1740 minutes?</title><link>http://weblogs.asp.net/owscott/archive/2013/04/06/why-is-the-iis-default-app-pool-recycle-set-to-1740-minutes.aspx#10294009</link><pubDate>Thu, 16 May 2013 01:21:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10294009</guid><dc:creator>OWScott</dc:creator><description>&lt;p&gt;Hi Bill,&lt;/p&gt;
&lt;p&gt;The 1740 is a time since the last recycle, so the daily recycle would occur before 1740 could occur, essentially causing the 1740 to not be used.&lt;/p&gt;
&lt;p&gt;The time interval setting could be used with the daily recycle if it's less than 24 hours (e.g. 4hrs). I can't think of many reasons to do so, but it's possible.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10294009" width="1" height="1"&gt;</description></item><item><title>re: Why is the IIS default app pool recycle set to 1740 minutes?</title><link>http://weblogs.asp.net/owscott/archive/2013/04/06/why-is-the-iis-default-app-pool-recycle-set-to-1740-minutes.aspx#10290078</link><pubDate>Wed, 15 May 2013 04:45:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10290078</guid><dc:creator>Bill</dc:creator><description>&lt;p&gt;How does the app pool behave if you have both the default app pool to recycle every 1740 minutes and a specific time of day daily? &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10290078" width="1" height="1"&gt;</description></item><item><title>re: URLRewrite ServerNameVariable Provider</title><link>http://weblogs.asp.net/owscott/archive/2011/04/02/urlrewrite-servernamevariable-provider.aspx#10237025</link><pubDate>Wed, 01 May 2013 18:12:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10237025</guid><dc:creator>OWScott</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;Good question. It really depends. There is software out there that does a good job of hiding the servername, and some regulatory specs require that you do so. If someone knows the machine name they may have a slightly better chance to attacking it. So there could be some value to to completely hiding the server name.&lt;/p&gt;
&lt;p&gt;However, the risk is very minimal IMHO. There's not much you can do with a name in most situations that you can't do with an IP address, especially in a server farm where the server can't be directly accessed from the web. That's a call that you will need to make in your environment.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10237025" width="1" height="1"&gt;</description></item><item><title>re: URLRewrite ServerNameVariable Provider</title><link>http://weblogs.asp.net/owscott/archive/2011/04/02/urlrewrite-servernamevariable-provider.aspx#10235597</link><pubDate>Wed, 01 May 2013 09:13:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10235597</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;Thanks for the post Scott, I know I&amp;#39;m a little late, but found this very useful. I just wondered if there were any security considerations surrounding handing our your server names?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10235597" width="1" height="1"&gt;</description></item><item><title>re: Why is the IIS default app pool recycle set to 1740 minutes?</title><link>http://weblogs.asp.net/owscott/archive/2013/04/06/why-is-the-iis-default-app-pool-recycle-set-to-1740-minutes.aspx#10230456</link><pubDate>Tue, 30 Apr 2013 00:19:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10230456</guid><dc:creator>OWScott</dc:creator><description>&lt;p&gt;@Kevin Rice, you have a good intuition then. I like the 29/17, or even 29+7 minutes which is 1447; the first prime number (from the minutes perspective) after 1440. There are a few fun options to choose from.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10230456" width="1" height="1"&gt;</description></item></channel></rss>