How can I open a VS.Net Project remotely?

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
 
R

Rutger

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
 
R

RayO

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top