<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Virtualize SharePoint and SharePoint Virtualization &#187; IIS 7</title>
	<atom:link href="http://virtualizesharepoint.com/category/iis-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://virtualizesharepoint.com</link>
	<description>SharePoint 2010, Design, Customization and Configuration</description>
	<lastBuildDate>Sun, 12 May 2013 21:09:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='virtualizesharepoint.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f52a2b253bdf5b97e29374ff71b26592?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Virtualize SharePoint and SharePoint Virtualization &#187; IIS 7</title>
		<link>http://virtualizesharepoint.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://virtualizesharepoint.com/osd.xml" title="Virtualize SharePoint and SharePoint Virtualization" />
	<atom:link rel='hub' href='http://virtualizesharepoint.com/?pushpress=hub'/>
		<item>
		<title>How to create a CSR without removing your current certificate in IIS</title>
		<link>http://virtualizesharepoint.com/2011/12/20/how-to-create-a-csr-without-removing-your-current-certificate-in-iis/</link>
		<comments>http://virtualizesharepoint.com/2011/12/20/how-to-create-a-csr-without-removing-your-current-certificate-in-iis/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 18:38:38 +0000</pubDate>
		<dc:creator>Aryan Nava</dc:creator>
				<category><![CDATA[IIS 7]]></category>

		<guid isPermaLink="false">https://virtualizesharepoint.wordpress.com/?p=2782</guid>
		<description><![CDATA[How to create a CSR in IIS 5.x/6.x without removing the current certificate Currently the Renew option within IIS 5.x/6.x does not work as intended most of the time. Since IIS does not allow your site that is currently running SSL to generate a Certificate Signing Request (CSR) without removing the existing certificate. For most [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=virtualizesharepoint.com&#038;blog=14372244&#038;post=2782&#038;subd=virtualizesharepoint&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>How to create a CSR in IIS 5.x/6.x without removing the current certificate     </p>
<p></strong>Currently the Renew option within IIS 5.x/6.x does not work as intended most of the time. Since IIS does not allow your site that is currently running SSL to generate a Certificate Signing Request (CSR) without removing the existing certificate. </p>
<p>For most sites this is not a viable option since the SSL portion of your site would be down until the new certificate was put in place. In order to obtain a certificate for your existing web site you will have to do the following   </p>
<p><strong>Problem: </strong>&#160; My current SSL expired and the site is hosted at IIS 6 and need to replace a new one    <br /><strong>Solution:</strong>&#160; To renew the SSL, we have to create a temporary site in IIS and generate new CSR in order to get new SSL for the current site    </p>
<p><strong><font size="4">Step 1. Create Temporary site in IIS 6       <br /></font></strong>    <br />1. Create a Temporary site within IIS.    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml477d5a.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Creating new site in IIS 6" border="0" alt="Creating new site in IIS 6" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml477d5a_thumb.png?w=414&#038;h=334" width="414" height="334" /></a>    </p>
<p>2. Go through Welcome to the Web Site Creating Wizard. This wizard helps you create a new Web Site on this computer.    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image35.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Web Site creation wizard IIS 6" border="0" alt="Web Site creation wizard IIS 6" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb34.png?w=431&#038;h=337" width="431" height="337" /></a>    </p>
<p>3. Web Site Description. Describe the web site to help administrators identify it.&#160; <br />I am calling it as Temp Site for Generating CSR    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image36.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Temp site to create CSR" border="0" alt="Temp site to create CSR" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb35.png?w=436&#038;h=339" width="436" height="339" /></a>    </p>
<p>4. IP address and Port Settings. Specify an IP address, port settings, and host header for the new Web site.&#160; <br />In this case I am not worried about these information since it’s a temporary site for generating CSR</p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image37.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="IP address and Port Settings in IIS6" border="0" alt="IP address and Port Settings in IIS6" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb36.png?w=447&#038;h=345" width="447" height="345" /></a></p>
<p>5. Web Site Home Directory. The home directory is the root of your web content subdirectories.     </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml57e12c.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Web site home directory IIS 6" border="0" alt="Web site home directory IIS 6" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml57e12c_thumb.png?w=454&#038;h=353" width="454" height="353" /></a>    </p>
<p>6. Web site access permissions. Set the access permissions for this web site.    <br />This depend on the type of site your hosting.    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image38.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Web site access permissions" border="0" alt="Web site access permissions" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb37.png?w=455&#038;h=352" width="455" height="352" /></a></p>
<p>7. Complete the Web Site creation Wizard.    </p>
<p><font size="4"><strong>Step 2: Create Web Server Certificate       </p>
<p></strong></font></p>
<p> 1. Right click your temporary web site which you created and go to Properties  </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml5d4193.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="SNAGHTML5d4193" border="0" alt="SNAGHTML5d4193" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml5d4193_thumb.png?w=408&#038;h=190" width="408" height="190" /></a>
<p>2. In properties, Click on Directory Security and Click Server Certificate     </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image39.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Getting Server Certificate in IIS" border="0" alt="Getting Server Certificate in IIS" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb38.png?w=414&#038;h=404" width="414" height="404" /></a>    </p>
<p>3.&#160; Welcome to the web server certificate wizard comes.&#160; This wizard helps you create and administer server certificates used in    <br /> secure web communications between your server and a client.    </p>
<p>Status of your web server: Your web server doesn’t have a certificate installed and you don’t have any pending requests.     <br />Certificate wizard will help you to create a new certificate for this web server or attach to an existing certificate.    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image40.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Web Server Certificate Wizard IIS 6" border="0" alt="Web Server Certificate Wizard IIS 6" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb39.png?w=429&#038;h=320" width="429" height="320" /></a></p>
<p>4. Server Certificate. These are the methods of assigning a certificate to a web site    <br /><strong>     <br />- Create a new certificate      <br />- Assign an existing certificate      <br />- Import a certificate from a key manager backup file      <br />- Import a certificate from a .pfx file      <br />- Copy or move a certificate from a remote server site to this site.      </p>
<p>Select create a new certificate and click next      </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image41.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Create a new certificate in IIS" border="0" alt="Create a new certificate in IIS" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb40.png?w=427&#038;h=317" width="427" height="317" /></a></strong></p>
<p>5. Delayed or immediate request. You can prepare a request to be send later, or you can send one immediately.    <br />Do you want to prepare a certificate request to be send later, or do you want to send it immediately to an online certification authority?    </p>
<p>In this case, I am going to prepare the request now , but send it later    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image42.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Delayed or Immediate SSL request" border="0" alt="Delayed or Immediate SSL request" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb41.png?w=432&#038;h=325" width="432" height="325" /></a>    </p>
<p>6. Name and security Settings. Your new certificate must have a name and a specific bit length.    <br />Type a name for the new certificate. The name should be easy for your to refer to and remember    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml82fa77.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="SSL Certificate Name and settings" border="0" alt="SSL Certificate Name and settings" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml82fa77_thumb.png?w=440&#038;h=332" width="440" height="332" /></a>    </p>
<p>7. Organization Information    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml883880.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="SNAGHTML883880" border="0" alt="SNAGHTML883880" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml883880_thumb.png?w=444&#038;h=332" width="444" height="332" /></a></p>
<p>8.&#160; Organization Information    <br />Your certificate must include information about your organization that distinguishes it from other organization.    <br />Select or type your organization’s name and your organizational unit. This is typically the legal name of your organization and the name of your division or department.    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml8abb26.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Organization Information to generate SSL" border="0" alt="Organization Information to generate SSL" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml8abb26_thumb.png?w=447&#038;h=335" width="447" height="335" /></a></p>
<p>9. <strong><font color="#ff0000">Your Site Common Name       <br />This is very important. You need to enter the correct name of your site which you want generate CSR.        </p>
<p></font></strong>Type the common name for your site. If the server is on the internet, use a valid DNS name. If the server is on the intranet,     <br />you may prefer to use the computer’s NetBIOS name.&#160; </p>
<p>If the common name changes, you will need to obtain a new certificate    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml9b51ca.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Site common name to get CSR" border="0" alt="Site common name to get CSR" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml9b51ca_thumb.png?w=460&#038;h=349" width="460" height="349" /></a></p>
<p>10. Geographical Information: The certification authority requires the following geographical information.    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image43.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Geographical Information for SSL" border="0" alt="Geographical Information for SSL" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb42.png?w=475&#038;h=356" width="475" height="356" /></a></p>
<p>&#160;</p>
<p>11. Certificate Request file Name. You certificate request is saved as text file with the file name you specify.</p>
<p>&#160;</p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image44.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Certificate Request File Name" border="0" alt="Certificate Request File Name" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb43.png?w=476&#038;h=358" width="476" height="358" /></a></p>
<p>12. Verify your request file summary and click next to generate CSR file for your web site   </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtmla0a1ec.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="SNAGHTMLa0a1ec" border="0" alt="SNAGHTMLa0a1ec" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtmla0a1ec_thumb.png?w=481&#038;h=361" width="481" height="361" /></a></p>
<p>&#160;</p>
<p><strong><font size="4">Step 3: Provide CSR to your SSL Provider       </p>
<p></font></strong>1. Login into your SSL Provider Web Site    </p>
<p>2. Provide your CSR file which you generated    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image45.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb44.png?w=488&#038;h=336" width="488" height="336" /></a>    </p>
<p>3. After adding the CSR, I clicked next and this is the message I got <strong>“ This CSR uses an unsupported key size”     <br /></strong>    <br /><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image46.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="This CSR uses an unsupported key size" border="0" alt="This CSR uses an unsupported key size" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb45.png?w=486&#038;h=203" width="486" height="203" /></a>    </p>
<p>4.&#160; If you look at Step 1 – 6, I generated 1024 Bit Length and it’s not supported any more.     <br /><strong>The minimum Bit length should be 2048     <br /></strong>    <br /><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml82fa771.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="SNAGHTML82fa77" border="0" alt="SNAGHTML82fa77" src="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml82fa77_thumb1.png?w=440&#038;h=332" width="440" height="332" /></a>    </p>
<p>5. In this case, I am going to delete the existing certificate which I created and     <br />generate new one with 2048 bit encryption. I added new CSR file and it worked</p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/12/image47.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb46.png?w=443&#038;h=151" width="443" height="151" /></a></p>
<p>&#160;</p>
<p>Once my SSL is ready, I will post a blog about how you can added back to your site with expired SSL certificate.</p>
<br />Filed under: <a href='http://virtualizesharepoint.com/category/iis-7/'>IIS 7</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/virtualizesharepoint.wordpress.com/2782/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/virtualizesharepoint.wordpress.com/2782/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=virtualizesharepoint.com&#038;blog=14372244&#038;post=2782&#038;subd=virtualizesharepoint&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://virtualizesharepoint.com/2011/12/20/how-to-create-a-csr-without-removing-your-current-certificate-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3ebfab7a1a3337b82dc7347b8f68393d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">virtualizesharepoint</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml477d5a_thumb.png" medium="image">
			<media:title type="html">Creating new site in IIS 6</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb34.png" medium="image">
			<media:title type="html">Web Site creation wizard IIS 6</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb35.png" medium="image">
			<media:title type="html">Temp site to create CSR</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb36.png" medium="image">
			<media:title type="html">IP address and Port Settings in IIS6</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml57e12c_thumb.png" medium="image">
			<media:title type="html">Web site home directory IIS 6</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb37.png" medium="image">
			<media:title type="html">Web site access permissions</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml5d4193_thumb.png" medium="image">
			<media:title type="html">SNAGHTML5d4193</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb38.png" medium="image">
			<media:title type="html">Getting Server Certificate in IIS</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb39.png" medium="image">
			<media:title type="html">Web Server Certificate Wizard IIS 6</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb40.png" medium="image">
			<media:title type="html">Create a new certificate in IIS</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb41.png" medium="image">
			<media:title type="html">Delayed or Immediate SSL request</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml82fa77_thumb.png" medium="image">
			<media:title type="html">SSL Certificate Name and settings</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml883880_thumb.png" medium="image">
			<media:title type="html">SNAGHTML883880</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml8abb26_thumb.png" medium="image">
			<media:title type="html">Organization Information to generate SSL</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml9b51ca_thumb.png" medium="image">
			<media:title type="html">Site common name to get CSR</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb42.png" medium="image">
			<media:title type="html">Geographical Information for SSL</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb43.png" medium="image">
			<media:title type="html">Certificate Request File Name</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtmla0a1ec_thumb.png" medium="image">
			<media:title type="html">SNAGHTMLa0a1ec</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb44.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb45.png" medium="image">
			<media:title type="html">This CSR uses an unsupported key size</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/snaghtml82fa77_thumb1.png" medium="image">
			<media:title type="html">SNAGHTML82fa77</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/12/image_thumb46.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>How to configure Failed Request Tracing Rules for SharePoint 2010</title>
		<link>http://virtualizesharepoint.com/2011/06/15/how-to-configure-failed-request-tracing-rules-for-sharepoint-2010/</link>
		<comments>http://virtualizesharepoint.com/2011/06/15/how-to-configure-failed-request-tracing-rules-for-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 15:24:25 +0000</pubDate>
		<dc:creator>Aryan Nava</dc:creator>
				<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[SharePoint 2010 Administration]]></category>

		<guid isPermaLink="false">https://virtualizesharepoint.wordpress.com/2011/06/15/how-to-configure-failed-request-tracing-rules-for-sharepoint-2010/</guid>
		<description><![CDATA[Configuring Failed Request Tracing Rules for SharePoint 2010 enable you to to collect XML-formatted log data for interpretation without having to re-create the problem prior to troubleshooting. Steps: 1. Open IIS 7 2. Go to your SharePoint 2010 sites 3. Click on Failed Request Tracing Rules 4. Below Actions click on Add For more information, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=virtualizesharepoint.com&#038;blog=14372244&#038;post=1637&#038;subd=virtualizesharepoint&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Configuring Failed Request Tracing Rules for SharePoint 2010</strong> enable you to to collect    <br />XML-formatted log data for interpretation without having to re-create the problem prior to troubleshooting.    </p>
<p>Steps:    </p>
<p>1. Open IIS 7    <br />2. Go to your SharePoint 2010 sites    <br />3. Click on Failed Request Tracing Rules    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/06/snaghtml591070e.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Failed Request Tracing Rules for SharePoint 2010" border="0" alt="Failed Request Tracing Rules for SharePoint 2010" src="http://virtualizesharepoint.files.wordpress.com/2011/06/snaghtml591070e_thumb.png?w=513&#038;h=531" width="513" height="531" /></a>    </p>
<p>4. Below Actions click on Add    </p>
<p><a href="http://virtualizesharepoint.files.wordpress.com/2011/06/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Adding Failed Request Tracing Rules for SharePoint 2010 " border="0" alt="Adding Failed Request Tracing Rules for SharePoint 2010 " src="http://virtualizesharepoint.files.wordpress.com/2011/06/image_thumb6.png?w=514&#038;h=252" width="514" height="252" /></a>    </p>
<p>For more information, see    </p>
<p><a href="http://technet.microsoft.com/en-us/library/cc755182%28WS.10%29.aspx">View a List of Tracing Rules for Failed Requests (IIS 7)</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc725786%28WS.10%29.aspx">Enable Trace Logging for Failed Requests (IIS 7)</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc730944%28WS.10%29.aspx">Disable Trace Logging for Failed Requests (IIS 7)</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc725948%28WS.10%29.aspx">Create a Tracing Rule for Failed Requests (IIS 7)</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc731127%28WS.10%29.aspx">Edit a Tracing Rule for Failed Requests (IIS 7)</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc753760%28WS.10%29.aspx">Remove a Tracing Rule for Failed Requests (IIS 7)</a></p>
<br />Filed under: <a href='http://virtualizesharepoint.com/category/iis-7/'>IIS 7</a>, <a href='http://virtualizesharepoint.com/category/sharepoint-2010-administration/'>SharePoint 2010 Administration</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/virtualizesharepoint.wordpress.com/1637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/virtualizesharepoint.wordpress.com/1637/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=virtualizesharepoint.com&#038;blog=14372244&#038;post=1637&#038;subd=virtualizesharepoint&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://virtualizesharepoint.com/2011/06/15/how-to-configure-failed-request-tracing-rules-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3ebfab7a1a3337b82dc7347b8f68393d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">virtualizesharepoint</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/06/snaghtml591070e_thumb.png" medium="image">
			<media:title type="html">Failed Request Tracing Rules for SharePoint 2010</media:title>
		</media:content>

		<media:content url="http://virtualizesharepoint.files.wordpress.com/2011/06/image_thumb6.png" medium="image">
			<media:title type="html">Adding Failed Request Tracing Rules for SharePoint 2010 </media:title>
		</media:content>
	</item>
	</channel>
</rss>
