<?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: Announcing: NSandbox on Sourceforge</title>
	<atom:link href="http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/feed/" rel="self" type="application/rss+xml" />
	<link>http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Apr 2010 12:28:38 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven</title>
		<link>http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/comment-page-1/#comment-2887</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 14 Oct 2008 19:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/#comment-2887</guid>
		<description>Matt,

I think you&#039;ve answered my question in your new post. I see now that pointing at a complete config file is no problem for NSandbox! Great stuff.</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>I think you&#8217;ve answered my question in your new post. I see now that pointing at a complete config file is no problem for NSandbox! Great stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valerio.net &#187; Blog Archive &#187; NSandbox: An Introduction</title>
		<link>http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/comment-page-1/#comment-2849</link>
		<dc:creator>valerio.net &#187; Blog Archive &#187; NSandbox: An Introduction</dc:creator>
		<pubDate>Mon, 13 Oct 2008 18:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/#comment-2849</guid>
		<description>[...] Announcing: NSandbox on Sourceforge  [...]</description>
		<content:encoded><![CDATA[<p>[...] Announcing: NSandbox on Sourceforge  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/comment-page-1/#comment-2815</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 11 Oct 2008 16:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/#comment-2815</guid>
		<description>Thanks Matt.

It would be cool if there was a IConfigurationWriter in the library that you can point at a complete custom config file. The project I&#039;m working on adds a section to the config file.</description>
		<content:encoded><![CDATA[<p>Thanks Matt.</p>
<p>It would be cool if there was a IConfigurationWriter in the library that you can point at a complete custom config file. The project I&#8217;m working on adds a section to the config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/comment-page-1/#comment-2813</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 11 Oct 2008 13:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/#comment-2813</guid>
		<description>Hi Steven,

Yes, NSandbox will allow you to write a new App.config file for each new AppDomain (sandbox).  Right now I have a &quot;parameterized file&quot; configuration writer that takes a template file and then lets you globally replace &quot;variables&quot; in the format &quot;$variableName$&quot; with different strings before writing the App.config file to disk. Of course, this is just one implementation of IConfigurationWriter and you can make your own.

As for the permissions, right now it&#039;s hard-coded as &quot;full trust&quot; but it won&#039;t be difficult to change this in future versions :)

This test outlines all of those features:
http://nsandbox.svn.sourceforge.net/viewvc/nsandbox/trunk/NSandbox.Tests/SandboxTest1.cs?revision=12&amp;view=markup

I&#039;ll post some examples soon :)

-Matt</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>Yes, NSandbox will allow you to write a new App.config file for each new AppDomain (sandbox).  Right now I have a &#8220;parameterized file&#8221; configuration writer that takes a template file and then lets you globally replace &#8220;variables&#8221; in the format &#8220;$variableName$&#8221; with different strings before writing the App.config file to disk. Of course, this is just one implementation of IConfigurationWriter and you can make your own.</p>
<p>As for the permissions, right now it&#8217;s hard-coded as &#8220;full trust&#8221; but it won&#8217;t be difficult to change this in future versions <img src='http://thevalerios.net/matt/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This test outlines all of those features:<br />
<a href="http://nsandbox.svn.sourceforge.net/viewvc/nsandbox/trunk/NSandbox.Tests/SandboxTest1.cs?revision=12&#038;view=markup" rel="nofollow">http://nsandbox.svn.sourceforge.net/viewvc/nsandbox/trunk/NSandbox.Tests/SandboxTest1.cs?revision=12&#038;view=markup</a></p>
<p>I&#8217;ll post some examples soon <img src='http://thevalerios.net/matt/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/comment-page-1/#comment-2811</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 11 Oct 2008 11:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/10/announcing-nsandbox-on-sourceforge/#comment-2811</guid>
		<description>Sounds appealing! Is it only suited for testing? When you can control (restrict) the permissions of the sandbox, it can be very useful in production environments.

When you run your sandbox, can you supply an alternative config file? I&#039;m working on a project (no, this time it&#039;s not conditions ;-)) where I&#039;d like to test different app.config settings, without having to create many test projects. Is that possible?</description>
		<content:encoded><![CDATA[<p>Sounds appealing! Is it only suited for testing? When you can control (restrict) the permissions of the sandbox, it can be very useful in production environments.</p>
<p>When you run your sandbox, can you supply an alternative config file? I&#8217;m working on a project (no, this time it&#8217;s not conditions <img src='http://thevalerios.net/matt/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) where I&#8217;d like to test different app.config settings, without having to create many test projects. Is that possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
