<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Configuring IIS for Silverlight Applications</title>
	<atom:link href="http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: .Net guy but IIS guy today</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/comment-page-1/#comment-808</link>
		<dc:creator>.Net guy but IIS guy today</dc:creator>
		<pubDate>Thu, 26 Aug 2010 23:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391#comment-808</guid>
		<description>This is how you setup IIS 6 to run .Net 4.0 as the default framework and support Silverlight 4.0.
Run:
C:\Windows\Microsoft.NET\Framework\1033\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v2.0.50215\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v3.0\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v3.5\aspnet_regiis.exe  -u
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe  -i
A few of the CMD&#039;s may return an error file not found. 
You also have to add the MIME types for Silverlight:
.xaml – application/xaml+xml
.xap – application/x-silverlight-app
.xbap – application/x-ms-xbap
A new site will be created as .Net 4.0 default and update all current websites to .Net 4.0 as the default framework. IIS 6 configuration mappings will show 4.0.
Please share with your readers. This is a 100% will work solution.</description>
		<content:encoded><![CDATA[<p>This is how you setup IIS 6 to run .Net 4.0 as the default framework and support Silverlight 4.0.<br />
Run:<br />
C:\Windows\Microsoft.NET\Framework\1033\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v2.0.50215\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v3.0\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v3.5\aspnet_regiis.exe  -u<br />
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe  -i<br />
A few of the CMD&#8217;s may return an error file not found.<br />
You also have to add the MIME types for Silverlight:<br />
.xaml – application/xaml+xml<br />
.xap – application/x-silverlight-app<br />
.xbap – application/x-ms-xbap<br />
A new site will be created as .Net 4.0 default and update all current websites to .Net 4.0 as the default framework. IIS 6 configuration mappings will show 4.0.<br />
Please share with your readers. This is a 100% will work solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .Net guy but IIS guy today</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/comment-page-1/#comment-1682</link>
		<dc:creator>.Net guy but IIS guy today</dc:creator>
		<pubDate>Thu, 26 Aug 2010 23:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391#comment-1682</guid>
		<description>This is how you setup IIS 6 to run .Net 4.0 as the default framework and support Silverlight 4.0.
Run:
C:WindowsMicrosoft.NETFramework1033aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv1.0.3705aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv1.1.4322aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv2.0.50215aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv3.0aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv3.5aspnet_regiis.exe  -u
C:WindowsMicrosoft.NETFrameworkv4.0.30319aspnet_regiis.exe  -i
A few of the CMD&#039;s may return an error file not found. 
You also have to add the MIME types for Silverlight:
.xaml – application/xaml+xml
.xap – application/x-silverlight-app
.xbap – application/x-ms-xbap
A new site will be created as .Net 4.0 default and update all current websites to .Net 4.0 as the default framework. IIS 6 configuration mappings will show 4.0.
Please share with your readers. This is a 100% will work solution.</description>
		<content:encoded><![CDATA[<p>This is how you setup IIS 6 to run .Net 4.0 as the default framework and support Silverlight 4.0.<br />
Run:<br />
C:WindowsMicrosoft.NETFramework1033aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv1.0.3705aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv1.1.4322aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv2.0.50215aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv3.0aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv3.5aspnet_regiis.exe  -u<br />
C:WindowsMicrosoft.NETFrameworkv4.0.30319aspnet_regiis.exe  -i<br />
A few of the CMD&#8217;s may return an error file not found.<br />
You also have to add the MIME types for Silverlight:<br />
.xaml – application/xaml+xml<br />
.xap – application/x-silverlight-app<br />
.xbap – application/x-ms-xbap<br />
A new site will be created as .Net 4.0 default and update all current websites to .Net 4.0 as the default framework. IIS 6 configuration mappings will show 4.0.<br />
Please share with your readers. This is a 100% will work solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/comment-page-1/#comment-465</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 04 Mar 2010 20:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391#comment-465</guid>
		<description>I got an &quot;Invalid Sytax&quot; from GetObject(&quot;IIS://LocalHost/MimeMap&quot;) when running on 2008 server</description>
		<content:encoded><![CDATA[<p>I got an &#8220;Invalid Sytax&#8221; from GetObject(&#8220;IIS://LocalHost/MimeMap&#8221;) when running on 2008 server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/comment-page-1/#comment-1681</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 04 Mar 2010 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391#comment-1681</guid>
		<description>I got an &quot;Invalid Sytax&quot; from GetObject(&quot;IIS://LocalHost/MimeMap&quot;) when running on 2008 server</description>
		<content:encoded><![CDATA[<p>I got an &#8220;Invalid Sytax&#8221; from GetObject(&#8220;IIS://LocalHost/MimeMap&#8221;) when running on 2008 server</p>
]]></content:encoded>
	</item>
</channel>
</rss>

