How can I open a VS.Net Project remotely?

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

Guest

Hi,

I have a VS.Net project that works correctly. When I open it from remote, a
message will be appeared "The project location is not fully trusted by the
..NET runtime. This is usually because it is either a network share or mapped
to a network share not on the local machine. If the output path is under the
project location, your code will not execute as fully trusted and you may
receive unexpected security exceptions."

How can I solve the problem?

regards,
Mehdi
 
mkomasi said:
Hi,

I have a VS.Net project that works correctly. When I open it from remote, a
message will be appeared "The project location is not fully trusted by the
.NET runtime. This is usually because it is either a network share or mapped
to a network share not on the local machine. If the output path is under the
project location, your code will not execute as fully trusted and you may
receive unexpected security exceptions."

How can I solve the problem?

regards,
Mehdi

I've had that problem once... solved it with a article from MSDN but I
can't find it anymore.

At least it has something to do with the Code Groups in your .NET
Configuration 1.1 (Administartive Tools). Change the group for your
specific intranet.

Sorry, can't give you more help than this hint.

//Rutger Smit
 
Rutger said:
I've had that problem once... solved it with a article from MSDN but I
can't find it anymore.

At least it has something to do with the Code Groups in your .NET
Configuration 1.1 (Administartive Tools). Change the group for your
specific intranet.

Sorry, can't give you more help than this hint.

I guess something along the lines of changing the LocalIntranet_Zone
group's permissions set to FullTrust, at the Machine Level, in the Runtime
Security Policy section of that tool.

RayO
 
Back
Top