Running a .NET .EXE across servers

  • Thread starter Thread starter Kevin Thomas
  • Start date Start date
K

Kevin Thomas

Hi.
I have a .net .exe that sits on SERVER-B. From SERVER-A I want to go to
start-run and type:

\\SERVER-B\myapp.exe

I have a vague understanding that .NET has some built in security to keep
this from happening, so that by default apps can't be called across servers.
Does anybody know where I go to tell .NET to allow this?

Thanks,

Kevin
 
Kevin,
I have a .net .exe that sits on SERVER-B. From SERVER-A I want to go to
start-run and type:

\\SERVER-B\myapp.exe

I have a vague understanding that .NET has some built in security to keep
this from happening, so that by default apps can't be called across servers.

The apps can run alright, but in a more restricted environment than
assemblies loaded from the local machine. That can prevent you from
doing certain things.

Does anybody know where I go to tell .NET to allow this?

The Microsoft .NET Framework Configuration MMC snap-in lets you modify
security policy.



Mattias
 
Back
Top