<?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>IISinformation.com &#187; Articles</title>
	<atom:link href="http://www.iisinformation.com/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iisinformation.com</link>
	<description>All Things IIS</description>
	<lastBuildDate>Thu, 01 Jul 2010 13:21:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Self Signing SSL</title>
		<link>http://www.iisinformation.com/2010/01/self-signing-ssl/</link>
		<comments>http://www.iisinformation.com/2010/01/self-signing-ssl/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:26:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://iisinformation.strongerweb.com/2010/01/self-signing-ssl/</guid>
		<description><![CDATA[Self signing SSL for IIS
Many people have emailed me about how to setup and ssl on their development environment or internal sites without paying for a certificate.  Here are the steps to secure your local IIS server (windows 2003) with a self signing ssl.
You will need to download the IIS 6.0 Resource kit from Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: x-small;">Self signing SSL for IIS</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">Many people have emailed me about how to setup and ssl on their development environment or internal sites without paying for a certificate.  Here are the steps to secure your local IIS server (windows 2003) with a self signing ssl.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">You will need to download the IIS 6.0 Resource kit from Microsoft &#8211; (<a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=56FC92EE-A71A-4C73-B628-ADE629C89499&amp;displayLang=en">here</a>) </span></p>
<p><span style="font-family: Verdana; font-size: x-small;">Install just the selfssl (or everything if you want to use the resource kit)</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">Download the resource kit.  Execute the iis60rkt.exe and select next on welcome page. You will have to agree to the license.  Select Next, and select the Custom install option to just install the SelfSSL 1.0 program.</span></p>
<p><img src="/wp-content/uploads/2010/01/1.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">Select your directory, for this example I will just use the default. C:\program files\iis resources\.  For this example I am only selecting the SelfSSL option</span></p>
<p><img src="/wp-content/uploads/2010/01/2.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">Select next to install and finish when it is done.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">Install should be complete.</span></p>
<p><strong><span style="font-family: Verdana; font-size: x-small;">Create Certificate</span></strong></p>
<p><span style="font-family: Verdana; font-size: x-small;">We will now create a certificate.  Open a command (DOS) window. Start | run | cmd.  Change directory to the location where you installed the resource kit.  I chose the default location c:\program files\iis resources.  To do this type “cd c:\program files\iis resources\selfssl” in the Command window.</span></p>
<p><img src="/wp-content/uploads/2010/01/3.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">Once in the resource kit directory you can use the selfssl.exe program to create a certificate.  If you run the program “selfssl.exe /? “ You will see all the options available.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">We will be using a few options to modify our certificate to allow for a FQDN (Fully Qualified Domain name) [/N:CN]and the correct Site ID [/S]</span></p>
<p><img src="/wp-content/uploads/2010/01/4.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">Before we can run the command and install the certificate we need to find the site id for the particular IIS site that we want to have the ssl bound to.   If you are running only one site on the server and it is default then you can use the /S:1 (default site) option.   I typically turn off the default site on my servers for security reasons and have more than one site running.  To find an IIS site id there are a few options.  I prefer the simple route of viewing the log file for that site and showing the properties there.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">In this example I will be creating an SSL for the IIS web site (somedomain.com).  You can see from the image of my iis manager screen the site.</span></p>
<p><img src="/wp-content/uploads/2010/01/5.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">To find the site ID for this particular site (somedomain.com) we can right click and select properties.  From the site properties window under the “Web Site” tab select the logging properties button. </span></p>
<p><img src="/wp-content/uploads/2010/01/6.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">This will open the logging properties window.  On this window the log file name will include the Site ID</span></p>
<p><img src="/wp-content/uploads/2010/01/7.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">In this example the site ID we are going to be working with is 1341291934.  The log file name included the site ID after the starting W3SVC.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">We now go back to our command window and will run the selfssl executable with the following commands.</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">Selfssl.exe /T /N:CN=somedomain.com /S: 1341291934</span></p>
<p><img src="/wp-content/uploads/2010/01/8.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;">This command will create a certificate with the following options:<br />
/T = Adds the local certificate to the trusted certificates list<br />
/N:CN = the fully qualified domain name used for the site (somedomain.com) this would be your site name </span><a href="http://www.yourintranet.com/"><span style="text-decoration: underline;"><span style="font-family: Verdana; font-size: x-small;">www.yourintranet.com</span></span></a><br />
<span style="font-family: Verdana; font-size: x-small;">/S:1341291935 = Site ID (you got this from log file name on iis) 1 = the default site</span></p>
<p><span style="font-family: Verdana; font-size: x-small;">You have now created an SSL certificate for the siteID you have chosen and can view the site properties and see your certificate will listen on Port 443 (SSL)</span></p>
<p><img src="/wp-content/uploads/2010/01/9.jpg" alt="" /></p>
<p><span style="font-family: Verdana; font-size: x-small;"> </span></p>
<p><span style="font-family: Verdana; font-size: x-small;"> </span></p>
<p><span style="font-family: Verdana; font-size: x-small;">This is a simple and quick way to use SSL and encryption on your local sites and intranets.  I would not recommend using this method to secure a production server or a server on the Internet.  Please use a purchased signed SSL certificate.</span></p>
<p><map name='google_ad_map_1853_c01b1c56bb5207a9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1853?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1853_c01b1c56bb5207a9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1853&amp;url= http%3A%2F%2Fwww.iisinformation.com%2F2010%2F01%2Fself-signing-ssl%2F' /></p>
                            <div id="aspdf">
                                <a href="http://www.iisinformation.com/wp-content/plugins/as-pdf/generate.php?post=1853">
                                    <span>Download as PDF</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.iisinformation.com/2010/01/self-signing-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing IIS with SSL</title>
		<link>http://www.iisinformation.com/2010/01/securing-iis-with-ssl/</link>
		<comments>http://www.iisinformation.com/2010/01/securing-iis-with-ssl/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 13:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://iisinformation.strongerweb.com/?p=1850</guid>
		<description><![CDATA[Secure your web site.  What SSL to purchase, where to purchase, and cost.]]></description>
			<content:encoded><![CDATA[<p>I often get questions from both administrators and developers on the best way to secure their sites. By secure they are almost always talking about SSL (Secure Sockets Layer &#8211; <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer" target="_blank">more info</a>). They ask which ssl provider is the best? Is it hard to setup? What does it cost? Which of the cheaper providers are the best? Should I self ssl? These are all great questions and I think they are worth exploring.</p>
<p>Let’s tackle each of the above questions.</p>
<p>1.<strong> Which provider is the best? </strong>There are a ton of ssl providers to choose from. I could spout off at least 10 from the top of my head. The first one people always mention when I ask them is Verisign. Verisign has the name recognition and probably has been around the longest. I have used them many times over the years, when clients complained about verisign&#8217;s cost (starts at 700) I often refered them to</p>
<p><a href="http://www.thawte.com/">Thawte</a> Thawte was actually purchased by VeriSign. These prices have changed over the years with competition and many new providers offering cheaper solutions. With all this said I would still rank Verisign the best by name recognition and over all security (they do their homework before issuing you a certificate.</p>
<p>2. <strong>What does an SSL certificate cost? </strong>I have seen prices range from 1000&#8217;s to free. A typical ssl will run between 800 (VeriSign) to 50 (godaddy). Price can vary on the strength of the cert, security assurance, wild cards and warranty. Free SSL certs are available and you can generate your own.</p>
<p>3. <strong>Which of the cheaper providers are the best? </strong><br />
If you do a search for</p>
<p><a href="http://www.google.com/search?q=ssl+purchase">SSL purchase</a> you will find dozens of providers and ranges of pricing. Almost all the major hosting providers offer ssl cert now. I am not sure when these providers started, but competition is good. In the early days of iis 4 you really only had a few choices of providers. I have not done a shoot out or comparison of providers but I can say that in my experience that godaddy does offer a very attractive price and robust ssl cert. I have used them frequently in the last year with great success.</p>
<p>4. <strong>Should I self ssl?</strong><br />
Self SSL is a term where a server will sign it&#8217;s own certificate. This is commonly used in internal sites(intranet) where the data is needed to be encrypted by local trusted computers. Self SSL&#8217;s are good to secure data that is not of high value. It is not recommended to use a self signing ssl on your e commerce site.</p>
<p>5. <strong>Are their Free SSL providers?</strong><br />
Yes, there are some free providers that will validate and sign your certificate. I am a big fan of</p>
<p><a href="http://www.cacert.com/">CAcert</a>. I use them frequently. However, I will say the same thing, you should not use this on a site where security is critical say an e commerce site. I use these certs to secure (dashboards, admin sections of sites, development environments, QA sites, user administration, etc&#8230;)</p>
<p>All of the information I have discussed is from my experiences. There are a few great references out there for you to read before listening to my selections. I recommend reading the ssl comparison from (WhichsSL) <a href="http://www.whichssl.com/comparisons/index.html">http://www.whichssl.com/comparisons/index.html </a></p>
<p><map name='google_ad_map_1850_c01b1c56bb5207a9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1850?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1850_c01b1c56bb5207a9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1850&amp;url= http%3A%2F%2Fwww.iisinformation.com%2F2010%2F01%2Fsecuring-iis-with-ssl%2F' /></p>
                            <div id="aspdf">
                                <a href="http://www.iisinformation.com/wp-content/plugins/as-pdf/generate.php?post=1850">
                                    <span>Download as PDF</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.iisinformation.com/2010/01/securing-iis-with-ssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IIS 6.0 Compression &#8211; how to</title>
		<link>http://www.iisinformation.com/2010/01/iis-6-0-compression-how-to/</link>
		<comments>http://www.iisinformation.com/2010/01/iis-6-0-compression-how-to/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 05:48:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[iis6]]></category>

		<guid isPermaLink="false">http://iisinformation.strongerweb.com/?p=1816</guid>
		<description><![CDATA[IIS 6.0 added a tremendous amount of features, one of which was compression.  IIS 5 had compression but it lacked a lot.   IIS 6.0 allows you to garnish some great performance gains (bandwidth) by using the following steps to turn on and tune compression. ]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small;"><span style="font-family: Calibri;">IIS 6.0 added a tremendous amount of features, one of which was compression.<span style="mso-spacerun: yes;"> </span>IIS 5 had compression but it lacked a lot.<span style="mso-spacerun: yes;"> </span>IIS 6.0 allows you to garnish some great performance gains (bandwidth) by using the following steps to turn on and tune compression.<span style="mso-spacerun: yes;"> </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: Calibri; font-size: small;">The following steps I have put together are from both experience and also from many web posts and issues over the years.</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">1.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Backup / Backup / Backup</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">a.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Backup the metabase (start | run | inetmgr)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">b.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Right Click on the Root server (All Tasks | Backup / Restore Configuration)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><img style="width: 393px; height: 78px;" title="Backup" src="/wp-content/uploads/2010/01/1_backup.png" border="1" alt="Backup" width="393" height="78" /></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">c.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Save the file (any name works) I typically use the Date (4_23_2007)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">2.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Create Compression Folder</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">a.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">I typically make this folder but you don’t have to, by default it uses a folder under the system32 folder.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">b.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">I will be using (c:\compression) in this example</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">c.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">If you choose your own folder make sure the IUSR_YOURMACHINE has write permissions.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">3.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Add a Web Service Extension</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">a.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">In Inetmgr Select the Web Service Extensions area</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">b.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Choose (Add a new Web Service Extension)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><img style="width: 523px; height: 206px;" src="/wp-content/uploads/2010/01/2_addwebserviceext.png" border="1" alt="" width="523" height="206" /></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">c.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-family: Calibri; font-size: small;">Name the extension: I use (compression)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">d.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="font-size: small;"><span style="font-family: Calibri;">Point the gzip.dll file (c:\windows\system32\inetsrv\gzip.dll<span style="mso-no-proof: yes;">)</span></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">e.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="mso-no-proof: yes;"><span style="font-family: Calibri; font-size: small;">Check the (<span style="text-decoration: underline;">S</span>et extension status to Allowed)</span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="mso-no-proof: yes;"><img style="width: 418px; height: 339px;" title="Gzip" src="/wp-content/uploads/2010/01/3_gzip.png" border="1" alt="Gzip" width="418" height="339" /></span></p>
<p class="MsoListParagraphCxSpLast" style="margin: 0in 0in 10pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">4.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span><span style="mso-no-proof: yes;"><span style="font-family: Calibri; font-size: small;">To enable compression you can do this via 2 methods (1. Adsutil.vbs or 2. Direct editing the metadatabase)<span style="mso-spacerun: yes;"> </span>I prefer the adsutil method and will use that in these instructions.<span style="mso-spacerun: yes;"> </span>I find it easy to just use the adsutil.vbs script to do the dirty work and not miss type in the metabase.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.25in;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-no-proof: yes;">ADStuil.vbs method</span></span></span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">a.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-no-proof: yes;">Open a command prompt</span><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">b.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-no-proof: yes;">Change directory to (</span><strong>c:\inetpub\adminscripts)</strong><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">c.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-bidi-font-weight: bold;">run the following command for Dynamic compression</span><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">d.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><strong>cscript adsutil.vbs set w3svc/filters/compression/parameters/HcDoDynamicCompression true</strong><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">e.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-bidi-font-weight: bold;">run the following command for static compression</span><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">f.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><strong>cscript adsutil.vbs set w3svc/filters/compression/parameters/HcDoStaticCompression true</strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong><span style="font-family: Calibri; font-size: small;"><img style="width: 644px; height: 285px;" title="adsutil" src="/wp-content/uploads/2010/01/4_adsutil.png" border="1" alt="adsutil" width="644" height="285" /></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong> </strong><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">5.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-bidi-font-weight: bold;">Add more file types to be compressed.<span style="mso-spacerun: yes;"> </span>By default IIS will compress only the following in static mode (htm, html, txt).<span style="mso-spacerun: yes;"> </span>I prefer to add other extensions to both dynamic and static.<span style="mso-spacerun: yes;"> </span>For static I like to add (css, jss, xls, doc, ppt).<span style="mso-spacerun: yes;"> </span>For Dynamic depending on your release of windows and the files you would like to compress you will have to add (.aspx, and .asmx files).<span style="mso-spacerun: yes;"> </span>NOTE: I have never added .xml files to this list for fear of cache / compression locally.</span><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">a.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-bidi-font-weight: bold;">Add (css, js, xls, doc, ppt) via the adsutil script</span><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">b.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">cscript adsutil.vbs SET W3SVC/Filters/Compression/Deflate/HcFileExtensions &#8220;htm html txt css js xls doc ppt&#8221;</span></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">c.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><strong>cscript adsutil.vbs SET W3SVC/Filters/Compression/gzip/HcFileExtensions &#8220;htm html txt css js xls doc ppt”</strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong> </strong><strong style="mso-bidi-font-weight: normal;"> </strong></span></span> <img style="width: 641px; height: 186px;" title="ADS files" src="/wp-content/uploads/2010/01/5_adsutil_files.png" border="1" alt="ADS files" width="641" height="186" /></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">d.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-bidi-font-weight: bold;">Add to the server wide dynamic compression (<strong>NOTE</strong>: <em>be careful with this.<span style="mso-spacerun: yes;"> </span>Test / use at your own risk</em>)<span style="mso-spacerun: yes;"> </span>Performance when compressing dynamic <span style="mso-spacerun: yes;"> </span>content may cause your system to use high resources.<span style="mso-spacerun: yes;"> </span>There is a setting in the metabase for compression levels 1-10.<span style="mso-spacerun: yes;"> </span>I have heard that 10 causes performance issues, but 7-9 is ideal)</span><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">e.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">cscript adsutil.vbs SET W3SVC/Filters/Compression/Deflate/HcScriptFileExtensions &#8220;asp dll exe aspx asmx”</span></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">f.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Calibri;">cscript adsutil.vbs SET W3SVC/Filters/Compression/gzip/HcScriptFileExtensions &#8220;asp dll exe aspx asmx&#8221;</span></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"> </strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">6.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">Set your custom folder to hold the temporary compressed files<strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">a.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">Open inetmgr and select the root (Web Sites)<strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">b.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">Right click on web sites<span style="mso-spacerun: yes;"> </span>and select properties<strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">c.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">From the properties window select the (Service) Tab</span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><span style="font-size: small;"><span style="font-family: Calibri;"><img style="width: 459px; height: 325px;" title="Properties" src="/wp-content/uploads/2010/01/6_websiteproperties.png" border="1" alt="Properties" width="459" height="325" /><strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1in; text-indent: -0.25in; mso-add-space: auto; mso-list: l0 level2 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">d.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">Enter / browse to your folder you created in step 2.<strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1.5in; text-indent: -1.5in; mso-add-space: auto; mso-list: l0 level3 lfo1; mso-text-indent-alt: -9.0pt;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font: 7pt 'Times New Roman';"> </span><span style="font-family: Calibri; font-size: small;">i.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">C:\compression<strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1.5in; mso-add-space: auto;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: Calibri; font-size: small;"> </span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 1.5in; mso-add-space: auto;"><strong style="mso-bidi-font-weight: normal;"> </strong></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">7.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">IISreset (you will need to do an iisreset to cause the above actions to take effect)<strong style="mso-bidi-font-weight: normal;"> </strong></span></span></p>
<p class="MsoListParagraphCxSpLast" style="margin: 0in 0in 10pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-family: Calibri; font-size: small;">8.</span><span style="font: 7pt 'Times New Roman';"> </span></span></span></strong><span style="font-size: small;"><span style="font-family: Calibri;">Test – I have used port 80 software or fiddler to test to see if compression is enabled correctly.</span></span></p>
<ul>
<li>
<div class="MsoListParagraphCxSpLast" style="margin: 0in 0in 10pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="font-size: small;"><span style="font-family: Calibri;">Fiddler &#8211; (<a href="http://www.fiddlertool.com/fiddler/">http://www.fiddlertool.com/fiddler/</a>)</span></span></div>
</li>
<li>
<div class="MsoListParagraphCxSpLast" style="margin: 0in 0in 10pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="font-family: Calibri; font-size: small;">Port 80 &#8211; Compression test (<a href="http://www.port80software.com/">http://www.port80software.com/</a>)</span></div>
</li>
</ul>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-tab-count: 1;"><span style="font-family: Calibri; font-size: small;"> </span></span></strong></p>
<p><map name='google_ad_map_1816_c01b1c56bb5207a9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1816?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1816_c01b1c56bb5207a9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1816&amp;url= http%3A%2F%2Fwww.iisinformation.com%2F2010%2F01%2Fiis-6-0-compression-how-to%2F' /></p>
                            <div id="aspdf">
                                <a href="http://www.iisinformation.com/wp-content/plugins/as-pdf/generate.php?post=1816">
                                    <span>Download as PDF</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.iisinformation.com/2010/01/iis-6-0-compression-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SECURE FTP (SFTP, SSH, FTP over SSL)</title>
		<link>http://www.iisinformation.com/2010/01/secureftp/</link>
		<comments>http://www.iisinformation.com/2010/01/secureftp/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 05:39:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ftps]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://iisinformation.strongerweb.com/?p=1839</guid>
		<description><![CDATA[What to use to transfer files : ssh, ssl, sftp, ftps, ftp or email?]]></description>
			<content:encoded><![CDATA[<p>There are many ways to send files over the internet.   You can just ftp a file, email a file, upload a file, or even share via a vpn.   This easy task of sending a file gets difficult when the information in the file needs to be secured.  I have seen / used many solutions to make a secure file transfer. Some use custom code (http and .net) others just use https and an upload feature, some add the use of file encryption (PGP or similar).  I have never found the best mix because it always depends on requirements or needs.  I have however found what works well with Windows / IIS.</p>
<p>There are 3 or 4 ftp servers I would recommend using with IIS that allow for secure ftp.  I won&#8217;t go into the benifits of each type of secure ftp (FTP over ssl, ssh, or sftp).  I will mention some of the products I have evaulated and used in my past projects:</p>
<p><strong>Globalscape Secure </strong>ftp server (http://www.cuteftp.com/gsftps/) &#8211; This was the first secure ftp server I have ever installed an used.  I found it very easy to configure and integrate into an environment.  I was very successful using the Active Directory user model as well.  I think this may be the only product that can integrate with AD (don&#8217;t quote me)  The price for globalscape is also reasonable &#8211; $490 is not that much to pay for a reliable and supported server software.  I have used this product since the early days and found that version 2.0 was a bit buggy on 2003 (when Server 2003 came out)  However the Globalscape team updated the software and corrected the issues very quickly.  The newer version have been able to handle 1000&#8217;s of transactions for me in the past, with great reliability.  The secure part of the server worked well with almost any client, Filezilla (more on Filezilla to come) and also other vendors ftp clients.</p>
<p><strong>Glub Tech &#8211; Secure FTP</strong> (http://www.glub.com/products/secureftp/) &#8211; This is the only product I have not used in a production environment.  The install is fairly painless, but I found the configuration and use a bit cumber sum. I also liked the price (25) but was not sure on the licensing if that was for the client or the server.  I only list this one because it is found on most searches.</p>
<p><strong>Ipswitch &#8211; WS FTP server &#8211; </strong>(http://www.ipswitch.com/products/ws_ftp-server/index.asp?t=features)  Ipswitch also makes a fine product.  The cost $395 is very reasonable.  I found it was very easy to install but hard to navigate through the options.  I also have used this in a production environment for a few years and found the reliability very good.  The secure section of this product did not work well with other client than the IPswitch client.  I never got over the fact that it did not play well with other clients.</p>
<p><strong>Filezilla server</strong> (http://filezilla.sourceforge.net/) &#8211; I did not discover this product until I had been using globalscape for about a year and a half.  When I fisrt stumbled upon it after using the Filezilla ftp client with the globalscape server.  I did not know what to make of beta ftp servers running in a production environment.  Since that time I have deployed this server in about 3- 5 environments with great success.   It is a fantastic FTP server as well as a Secure ftp server.   It allows you to use all the mentioned protocols above. If you are in need of sending secure files I would recommend trying this out.  You cannot beat the cost (FREE).<br />
I hope this information helps out the next Admin that is in need of some secure file transfers.</p>
<p>It is worth mentioning some other products available. They may not be the same as Secure ftp but they do allow for secure communication.</p>
<p><strong>OPEN SSH on windows</strong> &#8211; (http://sshwindows.sourceforge.net/ )  this is a little gem if you are willing to work through a tough install and configuration.  Once you have this running you can use Filezilla (client) and connect to a windows machine via SSH and use it like an ftp server.</p>
<p><strong> SSL Explorer</strong> &#8211; (http://www.sshtools.com/showSslExplorer.do) &#8211; this is more of a vpn solution, but it works very well.  It creates a SSL based vpn and you can transfer files via that.  They offer a free solution for non commercial use.</p>
<p>UPDATE:</p>
<p>Since writing this post I have taken to using SSH or rather SCP to transfer files.   In the windows world I have had great success with freesshd.</p>
<p><strong>FreeSSHd (or freeftpd):</strong> (<a href="http://www.freesshd.com/">http://www.freesshd.com/</a>) a great windows implementation of ssh.  It allows you to set user information and rules.</p>
<p><map name='google_ad_map_1839_c01b1c56bb5207a9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1839?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1839_c01b1c56bb5207a9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1839&amp;url= http%3A%2F%2Fwww.iisinformation.com%2F2010%2F01%2Fsecureftp%2F' /></p>
                            <div id="aspdf">
                                <a href="http://www.iisinformation.com/wp-content/plugins/as-pdf/generate.php?post=1839">
                                    <span>Download as PDF</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.iisinformation.com/2010/01/secureftp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
