<?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 for Nathan Bridgewater</title>
	<atom:link href="http://www.integratedwebsystems.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.integratedwebsystems.com</link>
	<description>My Little .NET Sandbox</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:11:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Get Started with Amazon EC2, Run Your .NET MVC3 (Razor) Site in the Cloud with Linux Mono by Hosting an MVC3 (with membership) application on EC2 &#171; Really Cool Things</title>
		<link>http://www.integratedwebsystems.com/2011/12/get-started-with-amazon-ec2-run-your-net-mvc3-razor-site-in-the-cloud-with-linux-mono-2/comment-page-1/#comment-10151</link>
		<dc:creator>Hosting an MVC3 (with membership) application on EC2 &#171; Really Cool Things</dc:creator>
		<pubDate>Sat, 04 Feb 2012 23:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1325#comment-10151</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Started with Amazon EC2, Run Your .NET MVC3 (Razor) Site in the Cloud with Linux Mono by Hosting an MVC3, with membership, application on EC2 &#171; Really Cool Things</title>
		<link>http://www.integratedwebsystems.com/2011/12/get-started-with-amazon-ec2-run-your-net-mvc3-razor-site-in-the-cloud-with-linux-mono-2/comment-page-1/#comment-10150</link>
		<dc:creator>Hosting an MVC3, with membership, application on EC2 &#171; Really Cool Things</dc:creator>
		<pubDate>Sat, 04 Feb 2012 23:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1325#comment-10150</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get MVC3 Razor Running on Mono by Nathan</title>
		<link>http://www.integratedwebsystems.com/2011/06/get-mvc3-razor-running-on-mono/comment-page-1/#comment-10148</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1156#comment-10148</guid>
		<description>@Mark - no doubt!  me too. ;)</description>
		<content:encoded><![CDATA[<p>@Mark &#8211; no doubt!  me too. <img src='http://www.integratedwebsystems.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get MVC3 Razor Running on Mono by Mark</title>
		<link>http://www.integratedwebsystems.com/2011/06/get-mvc3-razor-running-on-mono/comment-page-1/#comment-10147</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1156#comment-10147</guid>
		<description>I just received a promo offer for MSDN and read that part of the benefits is free azure access. Only 375 hrs for pro, but 750/1500 hrs for premium/ultimate. Can&#039;t afford more than the pro though. Promo is $354/yr for 2 years.

AWS looks best for sites that get a lot of traffic. A memcached system sounds fast. Still I&#039;d rather spend my time on dev vs systems engineering - until I need to...</description>
		<content:encoded><![CDATA[<p>I just received a promo offer for MSDN and read that part of the benefits is free azure access. Only 375 hrs for pro, but 750/1500 hrs for premium/ultimate. Can&#8217;t afford more than the pro though. Promo is $354/yr for 2 years.</p>
<p>AWS looks best for sites that get a lot of traffic. A memcached system sounds fast. Still I&#8217;d rather spend my time on dev vs systems engineering &#8211; until I need to&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get MVC3 Razor Running on Mono by Nathan</title>
		<link>http://www.integratedwebsystems.com/2011/06/get-mvc3-razor-running-on-mono/comment-page-1/#comment-10146</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 23 Jan 2012 19:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1156#comment-10146</guid>
		<description>@Mark, 

Ah yeah. That&#039;s definitely something that lingered from the MVC 2.0 project.  New projects in MVC 3.0 don&#039;t have Default.aspx files anymore. I don&#039;t believe any of my current projects [running on Mono] do either.   Something I&#039;ve done while converting older projects is create a brand new sandbox project with the new version and compare configs, file layout, etc.  I&#039;ve also just created new projects and then imported all the important stuff from the old project; just to make sure it&#039;s correct for the new version.  Sometimes those lingering settings for the old version will really hang up stuff. 

The AWS thing is pretty fun to play with. I treat AWS as the ad-hoc, full control, detail oriented type solution for folks who want that kind of control. Azure, while more expensive is a great solution if you want to spin up a distributed solution fast and don&#039;t want the headache of configuring it all yourself.  I haven&#039;t tried any others yet. I&#039;ve heard good things about AppHarbor, which I think runs on AWS right now. 

My thought for a solution I&#039;m playing with is to setup on AWS and wire up a simple MemCached handler for session/cache, MongoDB for data persistence, but it&#039;s all going to require some work to get rolling.  I envision some kind of auto-scaling config that will allow me to spin up many instances without interacting with the systems... But this is me just talking about something I haven&#039;t death with yet. ;)</description>
		<content:encoded><![CDATA[<p>@Mark, </p>
<p>Ah yeah. That&#8217;s definitely something that lingered from the MVC 2.0 project.  New projects in MVC 3.0 don&#8217;t have Default.aspx files anymore. I don&#8217;t believe any of my current projects [running on Mono] do either.   Something I&#8217;ve done while converting older projects is create a brand new sandbox project with the new version and compare configs, file layout, etc.  I&#8217;ve also just created new projects and then imported all the important stuff from the old project; just to make sure it&#8217;s correct for the new version.  Sometimes those lingering settings for the old version will really hang up stuff. </p>
<p>The AWS thing is pretty fun to play with. I treat AWS as the ad-hoc, full control, detail oriented type solution for folks who want that kind of control. Azure, while more expensive is a great solution if you want to spin up a distributed solution fast and don&#8217;t want the headache of configuring it all yourself.  I haven&#8217;t tried any others yet. I&#8217;ve heard good things about AppHarbor, which I think runs on AWS right now. </p>
<p>My thought for a solution I&#8217;m playing with is to setup on AWS and wire up a simple MemCached handler for session/cache, MongoDB for data persistence, but it&#8217;s all going to require some work to get rolling.  I envision some kind of auto-scaling config that will allow me to spin up many instances without interacting with the systems&#8230; But this is me just talking about something I haven&#8217;t death with yet. <img src='http://www.integratedwebsystems.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get MVC3 Razor Running on Mono by Mark</title>
		<link>http://www.integratedwebsystems.com/2011/06/get-mvc3-razor-running-on-mono/comment-page-1/#comment-10145</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 23 Jan 2012 19:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1156#comment-10145</guid>
		<description>Hey thanks. I did all that but still no go. So finally I fixed it by removing the Default.aspx file in the root dir that specifically says to not remove it. I guess it was trying to load that file and failed.

Now I&#039;m contemplating following your EC2 post. Looks pretty involved though. I think Heroku is easier and still free up to 750 hrs/mo.</description>
		<content:encoded><![CDATA[<p>Hey thanks. I did all that but still no go. So finally I fixed it by removing the Default.aspx file in the root dir that specifically says to not remove it. I guess it was trying to load that file and failed.</p>
<p>Now I&#8217;m contemplating following your EC2 post. Looks pretty involved though. I think Heroku is easier and still free up to 750 hrs/mo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get MVC3 Razor Running on Mono by Nathan</title>
		<link>http://www.integratedwebsystems.com/2011/06/get-mvc3-razor-running-on-mono/comment-page-1/#comment-10144</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 23 Jan 2012 15:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1156#comment-10144</guid>
		<description>@Mark,

I don&#039;t believe I even set a DocumentIndex file. Make sure you&#039;re using a &lt;Location&gt; config section. This takes the &quot;routes&quot; from the requested URL and hands them off to the Mono handler. From there, the default MVC route handlers will take over. Here&#039;s a section of my config (I used the Mono-project &lt;a href=&quot;http://go-mono.com/config-mod-mono/&quot; rel=&quot;nofollow&quot;&gt;mod_mono config tool&lt;/a&gt; to do mine, which may require a few minor tweaks if you&#039;re using a custom mono path).

&lt;code&gt;
&lt;Location /&gt;
    Allow from all
    Order allow,deny
    MonoSetServerAlias mvc3 
    SetHandler mono
    SetOutputFilter DEFLATE 
    SetEnvIfNoCase Request_URI &quot;\.(?:gif&#124;jpe?g&#124;png)$&quot; no-gzip dont-vary
  &lt;/Location&gt;
&lt;/code&gt;

My default routes work with this.  Make sure you have a default route specified in your global.asax.cs file.</description>
		<content:encoded><![CDATA[<p>@Mark,</p>
<p>I don&#8217;t believe I even set a DocumentIndex file. Make sure you&#8217;re using a <location> config section. This takes the &#8220;routes&#8221; from the requested URL and hands them off to the Mono handler. From there, the default MVC route handlers will take over. Here&#8217;s a section of my config (I used the Mono-project <a href="http://go-mono.com/config-mod-mono/" rel="nofollow">mod_mono config tool</a> to do mine, which may require a few minor tweaks if you&#8217;re using a custom mono path).</p>
<p><code><br />
<location /><br />
    Allow from all<br />
    Order allow,deny<br />
    MonoSetServerAlias mvc3<br />
    SetHandler mono<br />
    SetOutputFilter DEFLATE<br />
    SetEnvIfNoCase Request_URI "\.(?:gif|jpe?g|png)$" no-gzip dont-vary<br />
  </code></location></p>
<p>My default routes work with this.  Make sure you have a default route specified in your global.asax.cs file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get MVC3 Razor Running on Mono by Mark</title>
		<link>http://www.integratedwebsystems.com/2011/06/get-mvc3-razor-running-on-mono/comment-page-1/#comment-10143</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1156#comment-10143</guid>
		<description>Hey @Nathan

I finally got back to this, after converting everything to razor and some other stuff. And its sort of working: virtual dirs have path issues, but it is working as the root url except for the actual root url. That is, all urls with paths work, but the root url doesn&#039;t. I tried setting the DirectoryIndex but it doesn&#039;t help. It works on IIS so I shouldn&#039;t have to mess with my routes. Should be an apache config setting but I don&#039;t know what....

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey @Nathan</p>
<p>I finally got back to this, after converting everything to razor and some other stuff. And its sort of working: virtual dirs have path issues, but it is working as the root url except for the actual root url. That is, all urls with paths work, but the root url doesn&#8217;t. I tried setting the DirectoryIndex but it doesn&#8217;t help. It works on IIS so I shouldn&#8217;t have to mess with my routes. Should be an apache config setting but I don&#8217;t know what&#8230;.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Mono 2.10.8 from Source on Ubuntu with a Bash Script by Nathan</title>
		<link>http://www.integratedwebsystems.com/2011/08/install-mono-2-10-3-on-ubuntu-using-bash-script/comment-page-1/#comment-10138</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sun, 15 Jan 2012 07:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1207#comment-10138</guid>
		<description>Hi @Oscar, 

Sorry for the delay on this. This script will do a few things. First: delete /opt/mono-2.10 (default prefix), which is where all the mono files will be installed to.  Second, you can &quot;reverse&quot; the apt-get install  by doing: &quot;apt-get remove &lt;list of installed packages in script&gt;&quot;. (That&#039;s kind of a guess, but if you&#039;re starting with a fresh machine and you&#039;re wanting to roll back all the dependency installed added by the script). You may have to follow that up with &quot;apt-get autoremove&quot; to clean up. 

That should be it.  I think the major piece is the mono install itself which is super easy to clean up since the script prefixes that to a custom directory. 

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi @Oscar, </p>
<p>Sorry for the delay on this. This script will do a few things. First: delete /opt/mono-2.10 (default prefix), which is where all the mono files will be installed to.  Second, you can &#8220;reverse&#8221; the apt-get install  by doing: &#8220;apt-get remove
<list of installed packages in script>&#8220;. (That&#8217;s kind of a guess, but if you&#8217;re starting with a fresh machine and you&#8217;re wanting to roll back all the dependency installed added by the script). You may have to follow that up with &#8220;apt-get autoremove&#8221; to clean up. </p>
<p>That should be it.  I think the major piece is the mono install itself which is super easy to clean up since the script prefixes that to a custom directory. </p>
<p>Hope that helps!</list>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Mono 2.10.8 from Source on Ubuntu with a Bash Script by Oscar</title>
		<link>http://www.integratedwebsystems.com/2011/08/install-mono-2-10-3-on-ubuntu-using-bash-script/comment-page-1/#comment-10137</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Sat, 14 Jan 2012 08:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=1207#comment-10137</guid>
		<description>Hello,

  How do you  &#039;uninstall&#039; the changes made by the script ?

  TIA, Oscar</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>  How do you  &#8216;uninstall&#8217; the changes made by the script ?</p>
<p>  TIA, Oscar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

