Groups | Blog | Home
all groups > asp.net security > august 2005 >

asp.net security : Security Warning



Stephen Noronha
8/29/2005 8:56:19 AM
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

WJ
8/29/2005 9:59:48 PM

[quoted text, click to view]

Most likely because some files still reference your network resources
internally. You nay want to use notepad to edit files such as *.sln, *.proj,
and *.webinfo to search and change the network path to your local pc.

John

AddThis Social Bookmark Button