Re: project security issue
From: Patrik Löwendahl [C# MVP] (patrik.lowendahl.no.freakin.spam_at_home.se)
Date: 11/21/04
- Next message: Scott Allen: "Re: Detect IE update version or service pack number"
- Previous message: MikeL: "RE: Set culture for a DLL (class library) referenced from web applicat"
- In reply to: z. f.: "project security issue"
- Next in thread: z. f.: "Re: project security issue"
- Reply: z. f.: "Re: project security issue"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Nov 2004 00:24:43 +0100
This is because of .NET's Code Access Security which is configured to
only grant a subset of permissions.
The easiest way to solve the problem is to add the url to trusted sites.
The neater solution is to create a new "Code Group" for your network
share and assign appropiate permissions.
-- Patrik Löwendahl [C# MVP] cshrp.net - 'Elegant code by witty programmers' cornerstone.se 'IT Training for professionals' z. f. wrote: > my development environment is windows 2003 server. > when i open a project on the visual studio IDE that is located on > another server i get the message > > " > 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. > " > every time i open the project > what can i do to make it disappear? > > TIA, z. >
- Next message: Scott Allen: "Re: Detect IE update version or service pack number"
- Previous message: MikeL: "RE: Set culture for a DLL (class library) referenced from web applicat"
- In reply to: z. f.: "project security issue"
- Next in thread: z. f.: "Re: project security issue"
- Reply: z. f.: "Re: project security issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|