C# Windows App - SecurityException

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I created a very simple C# application that does nothing more than starts an
IE session and points to a specific site. Works great on my LocalMachine or
anyone's localmachine.

However, when we attempt to run it from the network we get a
System.Security.SecurityException error. From some searching that I have
done I needed to create a StrongName for it. I did and referenced it in my
AssemblyInfo.cs file, gave it a build version and recompiled. That doesn't
seem to do anything differently.

I am wondering what to do, step by step instructions in how to get an .exe
file to run from a network?

TIA,
Kevin
 
Grigs said:
I am wondering what to do, step by step instructions in how to get
an .exe file to run from a network?

..NET Framework Enterprise Security Policy Administration and Deployment
<URL:http://msdn.microsoft.com/library/en-us/dnnetsec/html/entsecpoladmin.as
p>

..NET Framework Developer's Guide - Deploying Security Policy
<URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondeployingsecu
ritypolicy.asp>

HOW TO: Build and Deploy a .NET Security Policy Deployment Package
<URL:http://support.microsoft.com/?kbid=815173>
 
Back
Top