<?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>risual support blog &#187; IIS</title>
	<atom:link href="http://support.risualblogs.com/blog/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.risualblogs.com/blog</link>
	<description>notes from the frontline</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>SCOM 2007 R2 Reporting reports &quot;Client found response content type of &#8216;text/html&#8217;, but expected &#8216;text/xml&#8217;&quot;</title>
		<link>http://support.risualblogs.com/blog/2011/12/22/scom-2007-r2-reporting-reports-client-found-response-content-type-of-texthtml-but-expected-textxml/</link>
		<comments>http://support.risualblogs.com/blog/2011/12/22/scom-2007-r2-reporting-reports-client-found-response-content-type-of-texthtml-but-expected-textxml/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 14:18:25 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[SCOM 2007 R2]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2011/12/22/scom-2007-r2-reporting-reports-client-found-response-content-type-of-texthtml-but-expected-textxml/</guid>
		<description><![CDATA[When attempting to access the reporting part in the SCOM console we found that we were getting an error message similar to the one below: &#160; This is caused by IIS using a 32bit worked process on a 64bit system. To resolve this we had to run the following: &#160; 1. Open a command prompt [...]]]></description>
			<content:encoded><![CDATA[<p>When attempting to access the reporting part in the SCOM console we found that we were getting an error message similar to the one below:</p>
<p>&#160;<a href="http://support.risualblogs.com/blog/files/2011/12/image11.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/12/image_thumb11.png" width="475" height="343" /></a></p>
<p>This is caused by IIS using a 32bit worked process on a 64bit system. </p>
<p>To resolve this we had to run the following:</p>
<p>&#160;</p>
<p>1. Open a command prompt and CD to C:\Inetpub\Adminscripts </p>
<p>2. Type in the following and press enter:</p>
<p><strong>cscript adsutil.vbs find Enable32BitAppOnWin64</strong> </p>
<p>3. Type in following and press enter:</p>
<p><strong>cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0</strong></p>
<p>4. Type in following and press enter: </p>
<p><strong>%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe –i</strong></p>
<p><strong></strong></p>
<p>If you then go back into SCOM and open the Reporting part you should no longer get an error:</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/12/image12.png"><img style="border-bottom: 0px;border-left: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/12/image_thumb12.png" width="241" height="244" /></a></p>
<p>Cheers</p>
<p>Paul </p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/12/22/scom-2007-r2-reporting-reports-client-found-response-content-type-of-texthtml-but-expected-textxml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 7.0 Https site doesn&#8217;t work &#8216;Page Cannot Be Displayed&#8217;</title>
		<link>http://support.risualblogs.com/blog/2011/04/06/iis-7-0-https-site-doesnt-work-page-cannot-be-displayed/</link>
		<comments>http://support.risualblogs.com/blog/2011/04/06/iis-7-0-https-site-doesnt-work-page-cannot-be-displayed/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 13:51:05 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Https]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2011/04/06/iis-7-0-https-site-doesnt-work-page-cannot-be-displayed/</guid>
		<description><![CDATA[Came across an issue recently where after a reboot we were unable to access our IIS site via it’s https address with the following error in Internet Explorer ‘Page Cannot be Displayed’ In the application event log we had the following ‘Schanel error’. Event ID 36870 A fatal error occurred when attempting to access the [...]]]></description>
			<content:encoded><![CDATA[<p>Came across an issue recently where after a reboot we were unable to access our IIS site via it’s https address with the following error in Internet Explorer ‘Page Cannot be Displayed’</p>
<p>In the application event log we had the following ‘Schanel error’.</p>
<p><strong>Event ID 36870</strong></p>
<p><strong>A fatal error occurred when attempting to access the SSL server credential private key. The error code returned from the cryptographic module is 0x8009030d. The internal error state is 10001.</strong></p>
<p>This error occurs when you import your certificate into the ‘Certificates (Local Computer)’ personal store by dragging and dropping it from the the ‘Certificates – Current User’ personal store.</p>
<p>To get around this issue you have to import directly to the ‘Certificates (Local Computer)’ personal store and then apply this certificate to the IIS https binding and reboot.</p>
<p>Then your HTTPS site should all be working again <img class="wlEmoticon wlEmoticon-smile" style="border-style: none" src="http://support.risualblogs.com/blog/files/2011/04/wlEmoticon-smile1.png" alt="Smile" /></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/04/06/iis-7-0-https-site-doesnt-work-page-cannot-be-displayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect IIS Websites Homepage with IIS 7.0</title>
		<link>http://support.risualblogs.com/blog/2010/01/07/redirect-iis-websites-homepage-with-iis-7-0/</link>
		<comments>http://support.risualblogs.com/blog/2010/01/07/redirect-iis-websites-homepage-with-iis-7-0/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:59:31 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/01/07/redirect-iis-websites-homepage-with-iis-7-0/</guid>
		<description><![CDATA[You may come across an issue from time to time.  Where you have an IIS website and when you type the URL of the IIS Site into your IE it brings up a homepage, but you would like to change the homepage for reason such as you would like to allow users to access a [...]]]></description>
			<content:encoded><![CDATA[<p>You may come across an issue from time to time.  Where you have an IIS website and when you type the URL of the IIS Site into your IE it brings up a homepage, but you would like to change the homepage for reason such as you would like to allow users to access a specific part of the site easier.</p>
<p> <strong>For example</strong></p>
<p>You have gave your IIS site a host header of “test” but you would like users to hit a different web page within the site when they simply type the host header in.</p>
<p>Currently they are hitting the below webpage when typing <a href="http://test">http://test</a></p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb.png" border="0" alt="image" width="244" height="113" /></a></p>
<p>But this is not the page you want them to hit when they type in <a href="http://test">http://test</a> we would like them to be redirected to <a title="http://test/test2" href="http://test/test2">http://test/test2</a> (Below Page)</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image1.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb1.png" border="0" alt="image" width="300" height="80" /></a> </p>
<p><strong>Resolution</strong></p>
<p>To get this to work we will first have to create a htm file which redirects us to our desired site “<a title="http://test/test2" href="http://test/test2">http://test/test2</a>&#8221;</p>
<p>1, Open IIS Manager</p>
<p>2, Now expand the console until you get to your website and then switch to content view.</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image2.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb2.png" border="0" alt="image" width="334" height="133" /></a></p>
<p>3, Right Click and press explore</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image3.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb3.png" border="0" alt="image" width="195" height="91" /></a></p>
<p>4, Now we need to create the HTM in this location “C:\Test\”</p>
<p>5, Now open notepad and type the following in and put the url of what you want as your homepage and save it in the location we found out above and name it default.htm (Code Below was supplied by Rob <a title="http://risualblogs.com/blog/author/robb/" href="http://risualblogs.com/blog/author/robb/">http://risualblogs.com/blog/author/robb/</a>)</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.0 Transitional//EN&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=<a href="http://Type Your URl&quot;">http://Type Your URl&#8221;</a>&gt;&lt;/HEAD&gt;<br />
&lt;BODY&gt;<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</p>
<p>6, Now we need to make the “default.htm” the default document. So go back into the IIS Console  and switch back to Features View and double click Default Document.</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image4.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb4.png" border="0" alt="image" width="494" height="329" /></a></p>
<p>7, Now simply press add and type in the name of the htm file and hit ok</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image5.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb5.png" border="0" alt="image" width="244" height="200" /></a></p>
<p>8, The final thing we need to do is to move the default.htm file to the top of the default document list so it takes precedence. So simply click default.htm and press move up.</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image6.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb6.png" border="0" alt="image" width="109" height="120" /></a></p>
<p>9, You will get a message pop up simply press yes as this is what we want to do</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/image7.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" src="http://support.risualblogs.com/blog/files/2010/01/image_thumb7.png" border="0" alt="image" width="244" height="87" /></a></p>
<p>10, Now when you type in your host header URL (<a href="http://test">http://test</a> ) you will get redirected to the correct page (http:\test\Test2).</p>
<p>Hope this Helps You <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/01/07/redirect-iis-websites-homepage-with-iis-7-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

