<?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>Stronico - Steroids for Networking &#187; IIS</title>
	<atom:link href="http://blog.stronico.com/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stronico.com</link>
	<description>We help the world’s best salesmen build better networks</description>
	<lastBuildDate>Tue, 31 Aug 2010 16:16:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to fix binding problems with Microsoft.Web.Administration.ServerManager</title>
		<link>http://blog.stronico.com/2010/01/how-to-fix-binding-problems-with-microsoft-web-administration-servermanager/</link>
		<comments>http://blog.stronico.com/2010/01/how-to-fix-binding-problems-with-microsoft-web-administration-servermanager/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:52:59 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=178</guid>
		<description><![CDATA[<p><strong>The Problem:</strong> You are trying to create a new website programatically via the Microsoft.Web.Administration.ServerManager and having no luck.  In fact, you are getting invalid binding errors at every turn.<span id="more-178"></span></p>
<p><strong>The Cause:</strong> The binding command you&#8217;re using is in the wrong format.  While you might think that the proper syntax would be something like &#8220;test.stronico.com:80&#8243; because after all,  that&#8217;s how it looks in the browser, you keep getting the error.</p>
<p><a href="http://blog.stronico.com/2010/01/how-to-fix-binding-problems-with-microsoft-web-administration-servermanager/" class="more-link">Read more on How to fix binding problems with Microsoft.Web.Administration.ServerManager&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=178&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem:</strong> You are trying to create a new website programatically via the Microsoft.Web.Administration.ServerManager and having no luck.  In fact, you are getting invalid binding errors at every turn.<span id="more-178"></span></p>
<p><strong>The Cause:</strong> The binding command you&#8217;re using is in the wrong format.  While you might think that the proper syntax would be something like &#8220;test.stronico.com:80&#8243; because after all,  that&#8217;s how it looks in the browser, you keep getting the error.</p>
<p><strong>The Solution:</strong> Phrase the binding as &#8220;*:80:&#8221;test.stronico.com&#8221;, &#8220;http&#8221;.  For some reason Microsoft did the order as the opposite of how one would use it in the browser.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=178&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/01/how-to-fix-binding-problems-with-microsoft-web-administration-servermanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the Microsoft.Web.Administration.dll problem</title>
		<link>http://blog.stronico.com/2010/01/how-to-fix-the-microsoft-web-administration-dll-problem/</link>
		<comments>http://blog.stronico.com/2010/01/how-to-fix-the-microsoft-web-administration-dll-problem/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:18:27 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.stronico.com/?p=176</guid>
		<description><![CDATA[<p><strong>The Problem: </strong> While coding away on the Stronico signup process I came across a problem with creating a reference to the Microsoft.Web.Administration dll, namely it was not present as a reference.  No problem, I added the dll manually via Visual Studio (it is in the %WinDir%\System32\InetSrv directory), yet once that was done I could not reference the dll.</p>
<p><a href="http://blog.stronico.com/2010/01/how-to-fix-the-microsoft-web-administration-dll-problem/" class="more-link">Read more on How to fix the Microsoft.Web.Administration.dll problem&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=176&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem: </strong> While coding away on the Stronico signup process I came across a problem with creating a reference to the Microsoft.Web.Administration dll, namely it was not present as a reference.  No problem, I added the dll manually via Visual Studio (it is in the %WinDir%\System32\InetSrv directory), yet once that was done I could not reference the dll.</p>
<p><strong>The Cause: </strong>The dll must be marked as &#8220;Copy Local &#8211; True&#8221; and &#8220;Specific Version &#8211; True&#8221;.</p>
<p><strong>The Solution:</strong> Mark the two options as true in the properties and the problem will go away.  It&#8217;s always the stupid errors that cause the most problems.  One of the purposes of blogging these errors is to  reduce their frequency.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=176&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2010/01/how-to-fix-the-microsoft-web-administration-dll-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix problems with SSL certs in Plesk</title>
		<link>http://blog.stronico.com/2009/12/how-to-fix-problems-with-ssl-certs-in-plesk/</link>
		<comments>http://blog.stronico.com/2009/12/how-to-fix-problems-with-ssl-certs-in-plesk/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 21:25:00 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://d841862.test42.slangdatabase.com/2009/12/how-to-fix-problems-with-ssl-certs-in-plesk/</guid>
		<description><![CDATA[<p><span style="font-weight: bold;">The Problem:</span> You attempt to install (or renew) an SSL certificate in Plesk (web hosting management software) but when you follow the instructions (meaning add the certificate in Plesk, and then going to the &#8220;Setup&#8221; screen for the domain, you do not have the option of selecting the renewed certificate.</p>
<p><a href="http://blog.stronico.com/2009/12/how-to-fix-problems-with-ssl-certs-in-plesk/" class="more-link">Read more on How to fix problems with SSL certs in Plesk&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=39&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">The Problem:</span> You attempt to install (or renew) an SSL certificate in Plesk (web hosting management software) but when you follow the instructions (meaning add the certificate in Plesk, and then going to the &#8220;Setup&#8221; screen for the domain, you do not have the option of selecting the renewed certificate.</p>
<p><span style="font-weight: bold;">The Cause:</span> This is the first domain that was created and an SSL cert was immediately added, then other domains were added via Plesk.  Plesk no longer sees this domain as having a valid IP address it can use.  There is no way to change this in Plesk.</p>
<p><span style="font-weight: bold;">The Solution:</span> Bypass Plesk and install directly in IIS &#8211; <a href="http://help.godaddy.com/topic/742/article/4875">go to this link on installing an SSL cert</a> and follow the directions very carefully.</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=39&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2009/12/how-to-fix-problems-with-ssl-certs-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve Unhandled Error in Silverlight Application Code: 2104</title>
		<link>http://blog.stronico.com/2009/10/how-to-solve-unhandled-error-in-silverlight-application-code-2104/</link>
		<comments>http://blog.stronico.com/2009/10/how-to-solve-unhandled-error-in-silverlight-application-code-2104/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:09:00 +0000</pubDate>
		<dc:creator>Steve French</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MimeTypes]]></category>

		<guid isPermaLink="false">http://d841862.test42.slangdatabase.com/2009/10/how-to-solve-unhandled-error-in-silverlight-application-code-2104/</guid>
		<description><![CDATA[<p>I&#8217;ve found that I get this error every time I upload a Silverlight application to a new webserver.  IIS does not have the correct settings by default.</p>
<p><span style="font-weight: bold;">The Problem:</span> You ftp a Silverlight App to an IIS website, go to the website in a browser, and get the following error:</p>
<p><a href="http://blog.stronico.com/2009/10/how-to-solve-unhandled-error-in-silverlight-application-code-2104/" class="more-link">Read more on How to solve Unhandled Error in Silverlight Application Code: 2104&#8230;</a></p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&#038;id=19&#038;type=feed" alt="" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that I get this error every time I upload a Silverlight application to a new webserver.  IIS does not have the correct settings by default.</p>
<p><span style="font-weight: bold;">The Problem:</span> You ftp a Silverlight App to an IIS website, go to the website in a browser, and get the following error:</p>
<blockquote><p>Message: Unhandled Error in Silverlight Application<br />
Code: 2104<br />
Category: InitializeError<br />
Message: Could not download the Silverlight application. Check web server settings</p></blockquote>
<p><span style="font-weight: bold;">The Cause:</span> The Silverlight Mime types (.xaml, .xap and .xbap) are not listed in that websites registered mime types, therefore IIS will not send those files to the browser.</p>
<p><span style="font-weight: bold;">The Solution:</span> Open IIS on the server, go to HTTP headers, click on Mime Types, click &#8220;Add New&#8221; and add the following:</p>
<p>Extension &#8211; Mime Type<br />
.xaml &#8211; application/xaml+xml<br />
.xap &#8211; application/x-silverlight-app<br />
.xbap &#8211; application/x-ms-xbap</p>
<p>Hit Apply and your application will load!</p>
<img src="http://blog.stronico.com/?ak_action=api_record_view&id=19&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.stronico.com/2009/10/how-to-solve-unhandled-error-in-silverlight-application-code-2104/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
