Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help getting started

Status
Not open for further replies.

barryna

Programmer
Feb 15, 2002
111
US
I originally started and saved my .Net project on our NT server (for backup purposes), but when I open my project I get the following 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 recieve unexpected security exemptions."

I understand most of it except the last sentence about output path and not execute fully trusted. What is this really telling me and what is my solution? Right now I am saving my project locally to avoid the message and errors.

Nick
 
When developing some applications (especially ASP), there is code that will run correctly only on the server (trusted location). By remotely opening a project, you are creating a complex client/server situation.

While I don't claim to fully understand Microsoftese, you should find your answers here:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top