Hi,
I am supposed to modify/manage some code. it was on a machine in "Network
Shared", I whacked it from there and put it in my wwwroot folder,
I opened it after creating a Virtual directory and it gave me this "Warning"
When I open the "Sample.sln" I get warning + Errors which reads: The project
location is not fully trusted by the .net runtime. This is usually becuase
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.
Please advice,
Stephen
Cowboy (Gregory A. Beamer) - MVP - 30 Aug 2005 18:33 GMT
The error may not be a big deal, depending on what you are doing. What you
are being told is you are opening a project from a share, which means code
access security MAY stop the program from working, not WILL. You find this a
lot when you try to remotely edit a ASP.NET application. In these cases, the
compiled app is hit through a URL anyway and the VS "error" is of no
consequence.
The preferred way is to edit locally and deploy to the share.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> Hi,
>
[quoted text clipped - 11 lines]
> Please advice,
> Stephen