<?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>Blog.Caneja.com &#187; IIS7</title>
	<atom:link href="http://blog.caneja.com/category/windows/iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.caneja.com</link>
	<description>Everyday computing made easier.</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:02:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; float: right; padding-right: 0; margin: 3px;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-5180549400265538"; google_alternate_color = "FFFFFF";
		google_ad_width = 234; google_ad_height = 60;
		google_ad_format = "234x60_as"; google_ad_type = "text_image";
		google_ad_channel ="6917465437"; google_color_border = "CCCCCC";
		google_color_link = "000000"; google_color_bg = "CCCCCC";
		google_color_text = "333333"; google_color_url = "666666";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Implement SSL Certificate in IIS</title>
		<link>http://blog.caneja.com/windows/iis7/implement-ssl-in-iis/</link>
		<comments>http://blog.caneja.com/windows/iis7/implement-ssl-in-iis/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS7]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/?p=332</guid>
		<description><![CDATA[I. Generate CSR II. Purchase SSL Certificate III. Install SSL Certificate. I. Generate CSR 1. Select the server node in the tree view and double-click the Server Certificates feature in the list view: 2. Click Create Certificate Request… in the Actions pane. 3. Enter all of the information required by the Certificate and click Next.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I. Generate CSR</p>
<p>II. Purchase SSL Certificate</p>
<p>III. Install SSL Certificate.</p>
<h2>I. Generate CSR</h2>
<p>1. Select the server node in the tree view and double-click the <strong>Server Certificates </strong>feature in the list view:</p>
<p><img style="display: inline; border: 0px;" title="ssl certificates iis manager" src="http://blog.caneja.com/wp-content/uploads/2010/06/image2.png" border="0" alt="ssl certificates iis manager" width="506" height="502" /></p>
<p>2. Click <strong>Create Certificate Request…</strong> in the <strong>Actions</strong> pane.</p>
<p><img style="display: inline; border: 0px;" title="Create Certificate request for SSL certificate in iis" src="http://blog.caneja.com/wp-content/uploads/2010/06/image3.png" border="0" alt="Create Certificate request for SSL certificate in iis" width="534" height="121" /></p>
<p>3. Enter all of the information required by the Certificate and click <strong>Next</strong>.</p>
<p><img style="display: inline; border: 0px;" title="Request ssl certificate iis" src="http://blog.caneja.com/wp-content/uploads/2010/06/image4.png" border="0" alt="Request ssl certificate iis" width="403" height="309" /></p>
<p>4.  Leave the default setting and click <strong>Next</strong></p>
<p><img style="display: inline; border: 0px;" title="Request ssl certificate iis" src="http://blog.caneja.com/wp-content/uploads/2010/06/image5.png" border="0" alt="Request ssl certificate iis" width="399" height="305" /></p>
<p>5.  Specify a File Name and click <strong>Finnish</strong>.</p>
<p><img style="display: inline; border: 0px;" title="Request ssl certificate iis" src="http://blog.caneja.com/wp-content/uploads/2010/06/image6.png" border="0" alt="Request ssl certificate iis" width="399" height="305" /></p>
<h2>II. Purchase SSL Certificate</h2>
<p>1. Purchase an IIS (Internet Information Services) Certificate from a Certificate Authority.</p>
<h2>III. Install Certificate.</h2>
<p>1. Once the IIS Certificate has been obtained click <strong>Complete Certificate Request…</strong>.</p>
<p><img style="display: inline; border: 0px;" title="iis ssl server  certificates" src="http://blog.caneja.com/wp-content/uploads/2010/06/image7.png" border="0" alt="iis ssl server  certificates" width="567" height="128" /></p>
<p>2. Specify the the location of the certificate file and type in the Friendly Name of the site.</p>
<p><img style="display: inline; border: 0px;" title="Complete ssl iis certificate" src="http://blog.caneja.com/wp-content/uploads/2010/06/image8.png" border="0" alt="Complete ssl iis certificate" width="398" height="301" /></p>
<p>3. After the certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using IIS Manager.</p>
<p>4. Under &#8220;Sites&#8221;,select the site to be secured with SSL.</p>
<p>5. From the <strong>&#8220;Actions&#8221;</strong> menu (on the right), click on <strong>&#8220;Bindings&#8221;.</strong></p>
<p><img style="display: inline; border: 0px;" title="IIS manager site bindings ssl certificate" src="http://blog.caneja.com/wp-content/uploads/2010/06/image9.png" border="0" alt="IIS manager site bindings ssl certificate" width="518" height="345" /></p>
<p>6. In the <strong>&#8220;Site Bindings&#8221;</strong> window, click <strong>&#8220;Add&#8221;.</strong> This will open the <strong>&#8220;Add Site Binding&#8221;</strong> window.</p>
<p><img style="display: inline; border: 0px;" title="ssl certificate site binding" src="http://blog.caneja.com/wp-content/uploads/2010/06/image10.png" border="0" alt="ssl certificate site binding" width="536" height="293" /></p>
<p>7. Under <strong>&#8220;Type&#8221;</strong> choose <strong>https</strong>. The IP address should be the <strong>IP </strong><strong>UNIQUE to that site</strong>, and the port should be <strong>443</strong>. The <strong>&#8220;SSL Certificate&#8221; </strong>field should specify the certificate that was installed previously.</p>
<p><img style="display: inline; border: 0px;" title="ssl sertificate site binding" src="http://blog.caneja.com/wp-content/uploads/2010/06/image11.png" border="0" alt="ssl sertificate site binding" width="534" height="309" /></p>
<p>8. You now have an IIS SSL server certificate installed on</p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/implement-ssl-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Inside Out</title>
		<link>http://blog.caneja.com/windows/iis7/windows-server-2008-inside-out/</link>
		<comments>http://blog.caneja.com/windows/iis7/windows-server-2008-inside-out/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:34:25 +0000</pubDate>
		<dc:creator>caneja</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Inside]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/?p=277</guid>
		<description><![CDATA[Learn how to conquer Windows Server 2008 from the inside out! Designed for system administrators, this definitive resource features hundreds of timesaving solutions, expert insights, troubleshooting tips, and workarounds for administering Windows Server 2008 all in concise, fast-answer format. You will learn how to perform upgrades and migrations, automate deployments, implement security features, manage software]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://www.amazon.com/Windows-Server-2008-Inside-Out/dp/0735624380/ref=sr_1_7/183-7549150-8517261?ie=UTF8&amp;s=books&amp;qid=1261636340&amp;sr=1-7?ie=UTF8&amp;tag=blog-caneja-20"><img style="width: 150px; float: left; height: 150px; margin-right: 10px;" src="http://ecx.images-amazon.com/images/I/51BdPWPwwUL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" alt="Windows Server 2008 Inside Out" /></a></p>
<p>Learn how to conquer Windows Server 2008 from the inside out! Designed for system administrators, this definitive resource features hundreds of timesaving solutions, expert insights, troubleshooting tips, and workarounds for administering Windows Server 2008 all in concise, fast-answer format. You will learn how to perform upgrades and migrations, automate deployments, implement security features, manage software updates and patches, administer users and accounts, manage Active <a title="More at Amazon" href="http://www.amazon.com/Windows-Server-2008-Inside-Out/dp/0735624380/ref=sr_1_7/183-7549150-8517261?ie=UTF8&amp;s=books&amp;qid=1261636340&amp;sr=1-7?ie=UTF8&amp;tag=blog-caneja-20">&#8230;</a><br />
<a title="More at Amazon" href="http://www.amazon.com/Windows-Server-2008-Inside-Out/dp/0735624380/ref=sr_1_7/183-7549150-8517261?ie=UTF8&amp;s=books&amp;qid=1261636340&amp;sr=1-7?ie=UTF8&amp;tag=blog-caneja-20"><strong>Buy Windows Server 2008 Inside Out at Amazon</strong></a></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/windows-server-2008-inside-out/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Where to change the aspbufferinglimit in IIS7</title>
		<link>http://blog.caneja.com/windows/iis7/where-to-change-the-aspbufferinglimit-in-iis7/</link>
		<comments>http://blog.caneja.com/windows/iis7/where-to-change-the-aspbufferinglimit-in-iis7/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 15:56:55 +0000</pubDate>
		<dc:creator>caneja</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[aspbufferinglimit]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/must-have-software/where-change-aspbufferinglimit-in-iis7/</guid>
		<description><![CDATA[This article will show you how to change the aspbufferinglimit value in IIS7.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>1. Open IIS Manager.</p>
<p>2. Go to the site you wish to change the ASP buffering limit and click on the ASP icon under the IIS section.</p>
<p><a rel="lightbox" href="http://blog.caneja.com/wp-content/uploads/2009/12/image8.png" title="image"><img style="display: inline; border: 0px;" title="image" src="http://blog.caneja.com/wp-content/uploads/2009/12/image_thumb3.png" border="0" alt="image" width="567" height="417" /></a></p>
<p>3. Expand the <strong>Limit Properties</strong> menu and you’ll find the <strong>Response Buffering Limit</strong> value.</p>
<p><a rel="lightbox" href="http://blog.caneja.com/wp-content/uploads/2009/12/image9.png" title="image"><img style="display: inline; border: 0px;" title="image" src="http://blog.caneja.com/wp-content/uploads/2009/12/image_thumb4.png" border="0" alt="image" width="553" height="548" /></a></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/where-to-change-the-aspbufferinglimit-in-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; float: left; padding-left: 0px; margin: 3px;"><!-- Ad number: 2 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-5180549400265538"; google_alternate_color = "FFFFFF";
		google_ad_width = 120; google_ad_height = 240;
		google_ad_format = "120x240_as"; google_ad_type = "text_image";
		google_ad_channel ="6917465437"; google_color_border = "CCCCCC";
		google_color_link = "000000"; google_color_bg = "CCCCCC";
		google_color_text = "333333"; google_color_url = "666666";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Internet Information Services</title>
		<link>http://blog.caneja.com/windows/iis7/internet-information-services/</link>
		<comments>http://blog.caneja.com/windows/iis7/internet-information-services/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/?p=176</guid>
		<description><![CDATA[Here s the eminently practical, pocket-sized reference for IT and Web professionals working with IIS 7.0. Designed for quick referencing and compulsively readable, this portable guide covers all the basics needed for Web administration fundamentals, Web server administration, essential services administration, and performance, optimization, and maintenance. It s the fast-answers guide that helps users consistently]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://www.amazon.com/Internet-Information-Services-Administrators-Consultant/dp/0735623643/ref=sr_1_2/188-2540079-9618057?ie=UTF8&amp;s=books&amp;qid=1259217334&amp;sr=1-2?ie=UTF8&amp;tag=blog-caneja-20"><img style="width: 150px; float: left; height: 150px; margin-right: 10px;" src="http://ecx.images-amazon.com/images/I/516q77ZFIYL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" alt="Internet Information Services (IIS) 7.0 Administrator's Pocket Consultant" /></a></p>
<p>Here s the eminently practical, pocket-sized reference for IT and Web professionals working with IIS 7.0. Designed for quick referencing and compulsively readable, this portable guide covers all the basics needed for Web administration fundamentals, Web server administration, essential services administration, and performance, optimization, and maintenance. It s the fast-answers guide that helps users consistently save time and energy as they administer IIS 7.0. Written by an aw<a title="More at Amazon" href="http://www.amazon.com/Internet-Information-Services-Administrators-Consultant/dp/0735623643/ref=sr_1_2/188-2540079-9618057?ie=UTF8&amp;s=books&amp;qid=1259217334&amp;sr=1-2?ie=UTF8&amp;tag=blog-caneja-20">&#8230;</a><br />
<a title="More at Amazon" href="http://www.amazon.com/Internet-Information-Services-Administrators-Consultant/dp/0735623643/ref=sr_1_2/188-2540079-9618057?ie=UTF8&amp;s=books&amp;qid=1259217334&amp;sr=1-2?ie=UTF8&amp;tag=blog-caneja-20"><strong>Buy Internet Information Services at Amazon</strong></a></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/internet-information-services/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Professional IIS 7</title>
		<link>http://blog.caneja.com/windows/iis7/professional-iis-7/</link>
		<comments>http://blog.caneja.com/windows/iis7/professional-iis-7/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:33:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Professional]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/iis7/professional-iis-7/</guid>
		<description><![CDATA[&#13; As the first update to Microsofts server operating system in nearly five years, Windows Server 2008 boasts the new Internet Information Services 7.0 (IIS 7), which is the largest departure from previous versions of IIS ever. Written by an author team that includes four Microsoft MVPs, this book shows you how to take advantage]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://www.amazon.com/Professional-IIS-7-Ken-Schaefer/dp/0470097825/ref=sr_1_1/179-0077540-4436971?ie=UTF8&amp;s=books&amp;qid=1259217126&amp;sr=8-1?ie=UTF8&amp;tag=metally-20"><img style="float:left;width: 150px;height:150px;margin-right: 10px" src="http://ecx.images-amazon.com/images/I/519souNew1L._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" alt="Professional IIS 7" /></a>&#13;</p>
<p>  As the first update to Microsofts server operating system in nearly five years, Windows Server 2008 boasts the new Internet Information Services 7.0 (IIS 7), which is the largest departure from previous versions of IIS ever. Written by an author team that includes four Microsoft MVPs, this book shows you how to take advantage of these exciting new features of IIS 7. With a clear understanding of IIS 7, youll learn to deploy, install, monitor, manage, and secure an IIS environmen<a href="http://www.amazon.com/Professional-IIS-7-Ken-Schaefer/dp/0470097825/ref=sr_1_1/179-0077540-4436971?ie=UTF8&amp;s=books&amp;qid=1259217126&amp;sr=8-1?ie=UTF8&amp;tag=metally-20" title="More at Amazon">&#8230;</a>&#13;<a href="http://www.amazon.com/Professional-IIS-7-Ken-Schaefer/dp/0470097825/ref=sr_1_1/179-0077540-4436971?ie=UTF8&amp;s=books&amp;qid=1259217126&amp;sr=8-1?ie=UTF8&amp;tag=metally-20" title="More at Amazon"><b>Buy Professional IIS 7  at Amazon</b></a></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/professional-iis-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing FrontPage Server Extensions on IIS7</title>
		<link>http://blog.caneja.com/windows/iis7/installing-frontpage-extensions-on-iis7/</link>
		<comments>http://blog.caneja.com/windows/iis7/installing-frontpage-extensions-on-iis7/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:39:48 +0000</pubDate>
		<dc:creator>caneja</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[frontpage server extensions]]></category>
		<category><![CDATA[frontpage server extensions IIS7]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/2009/10/installing-frontpage-extensions-on-iis7/</guid>
		<description><![CDATA[You read the title right.  The good old FP Extensions are not dead yet.  If you are like me then you probably have a love and hate relationship with this long time friend. This post will show you how to install FrontPage server extensions on IIS7. I also recommend purchasing the following books if you]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>You read the title right.  The good old FP Extensions are not dead yet.  If you are like me then you probably have a love and hate relationship with this long time friend. This post will show you how to install FrontPage server extensions on IIS7.</p>
<p>I also recommend purchasing the following books if you wish to master IIS7.</p>
<p><center><script charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822/US/dvdtopsite-20/8001/66c03a01-9485-4c21-a111-3b42f64ff3ce"> </script> <noscript><a href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fdvdtopsite-20%2F8001%2F66c03a01-9485-4c21-a111-3b42f64ff3ce&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></center></p>
<p>Although not technically supported by Microsoft anymore they will play a key role in IIS7 as many legacy users will want to utilize them as the preferred publishing method.</p>
<p>Here is how you can install FrontPage Server Extension in IIS7.</p>
<ol>
<li>You will need to download the component here: <a title="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1577" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1577">http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1577</a>
<ol>
<li>The FPSE must be installed by an administrator.</li>
<li>The FPSE support 32 and 64-bit environments.</li>
</ol>
</li>
<li>The Setup Wizard will prompt you for the Indexing Service (assuming you already have ASP, CGI and Basic Authentication installed).<strong>Note:</strong> it is not recommended you install the Indexing Service in servers running a large number of domains since this can hinder overall performance.</li>
<li>Once the installer has finished you will be notified with the default FPSE installation method as well as recommended IIS authentication settings (remember that basic authentication is not secure unless used with SSL).</li>
<li>It&#8217;s important to know this process will take your web service down for the time it takes to install (this should not be longer than a few minutes and does not require a reboot).</li>
<li>Once the installing is complete you will see  the Microsoft Sharepoint Administration Site in IIS Manager (Look Familiar?).</li>
<li>The FrontPage Server Administrator site is accessible by going to <a title="http://aihost-3:7993/" href="http://hostname:7993/">http://<strong>hostname</strong>:7993/</a></li>
</ol>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/installing-frontpage-extensions-on-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install PHP on IIS7</title>
		<link>http://blog.caneja.com/windows/iis7/how-to-install-php-on-iis7/</link>
		<comments>http://blog.caneja.com/windows/iis7/how-to-install-php-on-iis7/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:30:47 +0000</pubDate>
		<dc:creator>caneja</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[FAST CGI]]></category>
		<category><![CDATA[install php IIS7]]></category>
		<category><![CDATA[php windows 2008]]></category>
		<category><![CDATA[php windows vista]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/?p=26</guid>
		<description><![CDATA[This article explains best practices on installing PHP on IIS7 for Windows 2008 or Windows Vista.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h4>This post is broken up into 3 different Categories for a better reading experience.</h4>
<p>I. How to install IIS7 and CGI on Windows 2008.</p>
<p>II. How to install and configure PHP on IIS7.</p>
<p>III. How to configure IIS7 to accept PHP requests.</p>
<p>I also recommend you purchase the following books if you wish to master IIS7 administration.</p>
<p><script src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822/US/dvdtopsite-20/8001/66c03a01-9485-4c21-a111-3b42f64ff3ce" type="text/javascript"></script><noscript></noscript></p>
<h4>I. Install IIS7 and CGI.</h4>
<p>1. Install IIS7 on Windows 2008  and be sure to add the CGI role.</p>
<p>2. If you’ve already installed IIS7 but not the CGI role then you’ll need to go into  <strong>Server Manager</strong> <strong>-&gt;</strong> <strong>Roles</strong> <strong>–&gt;Web Server –&gt; Add Role Services</strong>.</p>
<p><img class="alignleft" style="display: inline; border: 0px;" title="IIS7-PHP" src="http://blog.caneja.com/wp-content/uploads/2010/06/IIS7PHP.jpg" border="0" alt="IIS7-PHP" width="478" height="369" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>This will enable both the CGI and FastCGI services.</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7PHPFASTCGIROLE.png" rel="lightbox[26]" title="IIS7 PHP FAST CGI ROLE"><img class="alignleft" style="display: block; margin-left: auto; margin-right: auto; border: 0px;" title="IIS7 PHP FAST CGI ROLE" src="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7PHPFASTCGIROLE_thumb.png" border="0" alt="IIS7 PHP FAST CGI ROLE" width="484" height="373" /></a></p>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5> </h5>
<h5>3. If you are a windows Windows Vista SP1 or higher user.</h5>
<p>Add the CGI feature by going to Control Panel -&gt; Programs and Features -&gt; Turn Windows features on or off. This enables both the CGI and FastCGI services.</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7PHPFASTCGIROLEVISTA.png" rel="lightbox[26]" title="IIS7 PHP FAST CGI ROLE VISTA"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="IIS7 PHP FAST CGI ROLE VISTA" src="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7PHPFASTCGIROLEVISTA_thumb.png" border="0" alt="IIS7 PHP FAST CGI ROLE VISTA" width="361" height="318" /></a></p>
<p><a name="Update_for_FastCGI_module"></a></p>
<h5><img style="display: inline; border-width: 0px;" title="warning IIS7 FASTCGI" src="http://blog.caneja.com/wp-content/uploads/2009/10/warningIIS7FASTCGI.jpg" border="0" alt="warning IIS7 FASTCGI" width="51" height="49" /> WARNING! AHTUNG! BHEMANIE! ADVERTENCIA! ALERTE!<img style="display: inline; border-width: 0px;" title="warning IIS7 FASTCGI" src="http://blog.caneja.com/wp-content/uploads/2009/10/warningIIS7FASTCGI1.jpg" border="0" alt="warning IIS7 FASTCGI" width="49" height="44" /></h5>
<blockquote>
<h5>BE SURE TO INSTALL THE UPDATE FOR FASTCGI MODULE!</h5>
</blockquote>
<h5>The update for IIS 7.0 FastCGI module fixes several known compatibility issues with popular PHP applications. Install the update from one of the following locations:</h5>
<ul>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=1&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dd0343911-1775-4aef-8c99-5f13862ac386%26DisplayLang%3den">Update for Windows Server 2008</a></li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=3&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d70278393-3291-4aa1-870b-0e9b0907bddf%26DisplayLang%3den">Update for Windows Server 2008 x64 Edition</a></li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=5&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d98e06637-0f00-45d5-83c5-ed1b41fd6a7b%26DisplayLang%3den">Update for Windows Server 2008 for Itanium-based Systems</a></li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=2&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d19600729-8470-4956-a276-200450d814bd%26DisplayLang%3den">Update for Windows Vista SP1</a></li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=4&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dc7066c3b-dcf7-4441-87bc-f7dcb51067d0%26DisplayLang%3den">Update for Windows Vista SP1 for x64 based Systems</a></li>
</ul>
<h4>II. Install and Configure PHP</h4>
<ol>
<li><a href="http://windows.php.net/download/" target="_blank">Download the latest non-thread safe zip package from here</a>.</li>
<li>Unpack the files to a directory of your choice (e.g. C:\PHP5) and rename the <strong>php.ini-development</strong> to <strong>php.ini.</strong></li>
<li>Open the php.ini file, then uncomment and modify settings as follows:
<ul>
<li>Enable <strong>fastcgi.impersonate = 1</strong>. <br />
FastCGI under IIS supports the ability to impersonate security tokens of the calling client. This allows IIS to define the security context that the request runs under.</li>
<li>Enable <strong>cgi.fix_pathinfo=1</strong>.<br />
cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP&#8217;s previous behavior was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not care what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting this to 1 will cause PHP CGI to fix its paths to conform to the spec</li>
<li>Set <strong>cgi.force_redirect = 0</strong>.</li>
<li>Set <strong>open_basedir</strong> to point to a folder or network path where the content of the web site(s) is located (ie- c:\domains or c:\inetpub).</li>
<li>Set <strong>extension_dir</strong> to point to a location where PHP extensions reside. Typically, for PHP 5.2.X that would be set as <strong>extension_dir = &#8220;./ext&#8221;</strong></li>
<li>Enable the required PHP extension by un-commenting corresponding lines, for example:extension=php_mssql.dll<br />
extension=php_mysql.dll
</li>
</ul>
</li>
<li>To test if the PHP installation is successful, run the following from the command line prompt:</li>
</ol>
<p><samp>C:\PHP&gt;php –info</samp></p>
<p>If PHP was installed correctly and all its dependencies are available on the machine, then this command will output the current PHP configuration information.</p>
<h4><a name="Configure_handler_mapping"></a>III. Configure IIS 7.0 to Handle PHP Requests</h4>
<p>In order for IIS 7.0 to host PHP applications, it is necessary to add a handler mapping that tells IIS to pass all PHP specific requests to the PHP application framework via FastCGI protocol.</p>
<h5><a name="Using_IIS_Manager_"></a>Using IIS Manager</h5>
<p>1. Open IIS Manager and then select and open “Handler Mappings” at the server level:</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7Mappings.png" rel="lightbox[26]" title="IIS7 Mappings"><img style="display: inline; border-width: 0px;" title="IIS7 Mappings" src="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7Mappings_thumb.png" border="0" alt="IIS7 Mappings" width="498" height="379" /></a></p>
<p>2. Select the “Add Module Mapping” action</p>
<p>3. specify the configurations settings as listed on the below:</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7AddModuleMapping1.png" rel="lightbox[26]" title="IIS7 Add Module Mapping"><img style="display: inline; border-width: 0px;" title="IIS7 Add Module Mapping" src="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7AddModuleMapping_thumb1.png" border="0" alt="IIS7 Add Module Mapping" width="511" height="391" /></a></p>
<ul>
<li>Request path: <strong>*.php</strong></li>
<li>Module: <strong>FastCgiModule</strong></li>
<li>Executable: <strong>&#8220;C:\[Path to your PHP installation]\php-cgi.exe&#8221;</strong></li>
<li>Name: <strong>PHP via FastCGI<a href="http://learn.iis.net/file.axd?i=690"></a></strong></li>
</ul>
<p>4. Click OK. A dialog box appears asking if you want to create a FastCGI application for this executable. Click Yes.</p>
<p>5. Test that the handler mapping works correctly by creating a phpinfo.php file in the C:\inetpub\wwwroot folder that contains the following code:</p>
<p><samp>&lt;?php phpinfo(); ?&gt;</samp></p>
<p>6. Open a browser and navigate to <a href="http://localhost/phpinfo.php">http://localhost/phpinfo.php</a>.</p>
<p>If everything was setup correctly, then you will see the standard PHP information page:</p>
<p><script src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822/US/dvdtopsite-20/8001/66c03a01-9485-4c21-a111-3b42f64ff3ce" type="text/javascript"></script></p>
<p><noscript></noscript></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/how-to-install-php-on-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 3 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-5180549400265538"; google_alternate_color = "FFFFFF";
		google_ad_width = 234; google_ad_height = 60;
		google_ad_format = "234x60_as"; google_ad_type = "text_image";
		google_ad_channel ="6917465437"; google_color_border = "CCCCCC";
		google_color_link = "000000"; google_color_bg = "CCCCCC";
		google_color_text = "333333"; google_color_url = "666666";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>How to Install IIS7 in Windows 2008</title>
		<link>http://blog.caneja.com/windows/iis7/how-to-install-iis7-in-windows-2008/</link>
		<comments>http://blog.caneja.com/windows/iis7/how-to-install-iis7-in-windows-2008/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:59:57 +0000</pubDate>
		<dc:creator>caneja</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[install iis7]]></category>
		<category><![CDATA[installing iis7]]></category>
		<category><![CDATA[installing iis7 on windows 2008]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/?p=25</guid>
		<description><![CDATA[In Windows 2008 Server IIS 7 is now a server role 1. Fire up the Server Manager under Start –&#62; All Programs -&#62; Administrative Tools -&#62; Server Manager 2.Right-click on Role from the left panel and select Add Roles from the contextual menu. &#160; 3. From the Add Roles Wizard, check the Web Server (IIS]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>In Windows 2008 Server IIS 7 is now a server role </h3>
<p>1. Fire up the <strong>Server Manager </strong>under <strong>Start</strong> –&gt; <strong>All Programs</strong> -&gt; <strong>Administrative</strong> <strong>Tools</strong> -&gt; <strong>Server Manager</strong></p>
<p>2.Right-click on Role from the left panel and select Add Roles from the contextual menu.</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/Windows2008servermanager.jpg" rel="lightbox" title="Windows 2008 server manager"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows 2008 server manager" border="0" alt="Windows 2008 server manager" src="http://blog.caneja.com/wp-content/uploads/2009/10/Windows2008servermanager_thumb.jpg" width="512" height="382" /></a></p>
<p>&#160;</p>
<p>3. From the Add Roles Wizard, check the <em><strong>Web Server (IIS )</strong></em> checkbox then click next.</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7ServerRoles1.jpg" rel="lightbox[25]" title="IIS7-Server-Roles"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IIS7-Server-Roles" border="0" alt="IIS7-Server-Roles" src="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7ServerRoles1.jpg" width="511" height="406" /></a>&#160;</p>
<p>4. Select the required role services for your application or for the action you are trying to perform.</p>
<p>If you have any questions as to what any of these role services do simply highlight&#160; any of them by clicking directly over the name as that will force the right pane will update with the corresponding service description.</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/selectroleservicesforIIS7inwindows2008.jpg" rel="lightbox" title="select role services for IIS7 in windows 2008"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="select role services for IIS7 in windows 2008" border="0" alt="select role services for IIS7 in windows 2008" src="http://blog.caneja.com/wp-content/uploads/2009/10/selectroleservicesforIIS7inwindows2008_thumb.jpg" width="503" height="390" /></a></p>
<p>A few notes:</p>
<ul>
<li>The ASP.NET role does not install ASP.net V 1. For information on installing ASP.net V 1 go <a href="http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008">here</a>. </li>
<li>FTP Publishing Service install the FTP service that runs on Windows 2003. </li>
</ul>
<p>5. Click on <strong>Next</strong> and then <strong>Install</strong>.&#160; <br />6. Once&#160; the installation is completed, you can now access your new IIS 7 web server by browsing http://localhost</p>
<p><a href="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7DefaultPage.jpg" rel="lightbox[25]" title="IIS7 Default Page"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IIS7 Default Page" border="0" alt="IIS7 Default Page" src="http://blog.caneja.com/wp-content/uploads/2009/10/IIS7DefaultPage.jpg" width="500" height="319" /></a></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/how-to-install-iis7-in-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Secure FTP in IIS7</title>
		<link>http://blog.caneja.com/windows/iis7/setup-secure-ftp-in-iis7/</link>
		<comments>http://blog.caneja.com/windows/iis7/setup-secure-ftp-in-iis7/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 21:08:00 +0000</pubDate>
		<dc:creator>caneja</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://blog.caneja.com/?p=42</guid>
		<description><![CDATA[The following post will guide you through the necessary steps to get secure FTP installed and configured on your windows 2008 server. I also recommend you purchase the following books from Amazon if you wish to master IIS7 in your professional career or simply as a passion. Amazon.com Widgets Requirements: Windows Server 2008 (Code Name]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The following post will guide you through the necessary steps to get secure FTP installed and configured on your windows 2008 server.</p>
<p>I also recommend you purchase the following books from Amazon if you wish to master IIS7 in your professional career or simply as a passion.</p>
<p><center><script charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822/US/dvdtopsite-20/8001/66c03a01-9485-4c21-a111-3b42f64ff3ce"> </script> <noscript><a href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fdvdtopsite-20%2F8001%2F66c03a01-9485-4c21-a111-3b42f64ff3ce&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></center></p>
<p><strong>Requirements:</strong> Windows Server 2008 (Code Name &#8220;Longhorn&#8221;) Release Candidate 0 (RC0) or later</p>
<ol>
<li>Uninstall the existing FTP server (IIS6) from the server  if previously installed.
<ol>
<li>Open the Windows Control Panel.</li>
<li>Double-click <strong>Programs and Features</strong>.</li>
<li>Click <strong>Turn Windows features on and off</strong>.</li>
<li>Expand the <strong>Roles</strong> node in the tree.</li>
<li>Select the <strong>Web Server (IIS)</strong> role.</li>
<li>Click <strong>Remove Role Services</strong> in the <strong>Role Services</strong> section at the bottom of the page.</li>
<li>Select the <strong>FTP Publishing Service </strong>option.</li>
<li>Click the <strong>Remove </strong>button.</li>
</ol>
</li>
<li><a href="http://www.iis.net/extensions/FTP">Download</a> Microsoft FTP Publishing Service (currently FTP 7.5)</li>
<li>Run the installation wizard (this will cost you a web service shutdown).</li>
</ol>
<p>Once the service is installed proceed by opening the Internet Information Services (IIS) Manager.</p>
<p>The 1st thing you&#8217;ll notice is that there is no FTP FOLDER under the server name.</p>
<p>Instead you will want to select the site you wish to work with and click &#8220;add FTP Publishing&#8230;&#8221; under the Actions menu.</p>
<p><a rel="lightbox" href="http://blog.caneja.com/wp-content/uploads/2009/10/addFTP1.png" title="Setup Secure FTP in IIS7"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://blog.caneja.com/wp-content/uploads/2009/10/addFTP1_thumb.png" border="0" alt="add-FTP" width="463" height="398" /></a></p>
<p>The rest is very straight forward as the configuration wizard asks for the IP Binding and the SSL cert to be used.  You can also choose SSL enforcement.</p>
<p><a rel="lightbox" href="http://blog.caneja.com/wp-content/uploads/2009/11/FTPconfig1.png" title="Setup Secure FTP in IIS7"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://blog.caneja.com/wp-content/uploads/2009/11/FTPconfig1_thumb.png" border="0" alt="FTPconfig1" width="498" height="382" /></a></p>
<p>Next, set the Authentication and the Authorization options to finish the setup.</p>
<p><a rel="lightbox" href="http://blog.caneja.com/wp-content/uploads/2009/11/FTPconfig2.png" title="Setup Secure FTP in IIS7"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://blog.caneja.com/wp-content/uploads/2009/11/FTPconfig2_thumb.png" border="0" alt="FTPconfig2" width="511" height="395" /></a></p>
<p>Once FTP Publishing is provisioned Internet Information Services Manager will display more options for that FTP instance.<a rel="lightbox" href="http://blog.caneja.com/wp-content/uploads/2009/10/FTPsettingsIIS7.png" title="Setup Secure FTP in IIS7"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://blog.caneja.com/wp-content/uploads/2009/10/FTPsettingsIIS7_thumb.png" border="0" alt="FTP-settings-IIS7" width="458" height="167" /></a></p>
<!-- google_ad_section_end --><!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.caneja.com/windows/iis7/setup-secure-ftp-in-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
