<?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: Running managed .exe from a network share</title>
	<atom:link href="http://www.eddiefast.com/2007/10/running-managed-exe-from-a-network-share/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eddiefast.com/2007/10/running-managed-exe-from-a-network-share/</link>
	<description></description>
	<pubDate>Sun, 20 May 2012 20:11:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian B</title>
		<link>http://www.eddiefast.com/2007/10/running-managed-exe-from-a-network-share/comment-page-1/#comment-145</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Thu, 21 Feb 2008 01:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddiefast.com/?p=182#comment-145</guid>
		<description>Hey Ed,

  I got bit by this a while back when developing a program for our users.  The solution was to sign the code with a digital cert.  Since these were for my users and not the rest of the world, all I had to do was use active directory group policy to insert my self-signed certificate authority into their computer's "trusted" list.  Then I used that CA to create a certificate for myself and used THAT cert to sign all of my code.  I've even signed required (by not written by me) VBA macros for the various Microsoft Office programs so that I don't have to drop Zone security levels to use them safely.

I remember reading about a hackish way around this requirement too.  It dealt with editing the code access security policy for the computer.
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorcfg.msc

Traverse to:
My Computer, Runtime Security Policy, Machine, Code Groups, All_Code/LocalIntranet_Zone

It gets fuzzy after this, but I'm sure you can figure it out.</description>
		<content:encoded><![CDATA[<p>Hey Ed,</p>
<p>  I got bit by this a while back when developing a program for our users.  The solution was to sign the code with a digital cert.  Since these were for my users and not the rest of the world, all I had to do was use active directory group policy to insert my self-signed certificate authority into their computer&#8217;s &#8220;trusted&#8221; list.  Then I used that CA to create a certificate for myself and used THAT cert to sign all of my code.  I&#8217;ve even signed required (by not written by me) VBA macros for the various Microsoft Office programs so that I don&#8217;t have to drop Zone security levels to use them safely.</p>
<p>I remember reading about a hackish way around this requirement too.  It dealt with editing the code access security policy for the computer.<br />
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorcfg.msc</p>
<p>Traverse to:<br />
My Computer, Runtime Security Policy, Machine, Code Groups, All_Code/LocalIntranet_Zone</p>
<p>It gets fuzzy after this, but I&#8217;m sure you can figure it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

