473,663 Members | 2,933 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do I make Network Shares fully trusted?

I have "My Documents" redirected to a network share but when I go to open a
project it says that the share is not fully trusted.

I found this info:
The simplest (least work) in this situation is to change the machine policy (those 3 options are known as policy levels). Under the Intranet zone groop, add a new code group with a Membership condition of type Site and value of the machine you want to trust. Then set the Permission Set to be fulltrust.


I try to set this as the location,

\\myserver\User files\lewis\My Documents\My Programming

But It says the site does not appear to be valid.

Thanks,

Lewis
--
"OK - I've inserted the second disk... now the're BOTH stuck :(
Jul 21 '05 #1
3 3620
You have to supply a file mask with it, in this case you would have:

\\myserver\User files\lewis\My Documents\My Programming\*

this will allow ALL files in that dir and I believe Sub dirs to be trusted.

--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein

"Lewis" <Le***@discussi ons.microsoft.c om> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
I have "My Documents" redirected to a network share but when I go to open a project it says that the share is not fully trusted.

I found this info:
The simplest (least work) in this situation is to change the machine policy (those 3 options are known as policy levels). Under the Intranet zone
groop, add a new code group with a Membership condition of type Site and
value of the machine you want to trust. Then set the Permission Set to be
fulltrust.


I try to set this as the location,

\\myserver\User files\lewis\My Documents\My Programming

But It says the site does not appear to be valid.

Thanks,

Lewis
--
"OK - I've inserted the second disk... now the're BOTH stuck :(

Jul 21 '05 #2
Thanks Wayne,

That worked for my desktop computer and I can live with that because I can
do remote desktop.
However,
I cannot get it to work on my laptop. It accepts the string:

file://my server/lewis/My Documents/My Programming/*

But says the code is not fully trusted.

I also tried it on the version 2.0 (VS 2005) with no results either.
Is there a place where this stuff is documented?

Lewis

"Wayne" wrote:
You have to supply a file mask with it, in this case you would have:

\\myserver\User files\lewis\My Documents\My Programming\*

this will allow ALL files in that dir and I believe Sub dirs to be trusted.

--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein

"Lewis" <Le***@discussi ons.microsoft.c om> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
I have "My Documents" redirected to a network share but when I go to open

a
project it says that the share is not fully trusted.

I found this info:
The simplest (least work) in this situation is to change the machine policy (those 3 options are known as policy levels). Under the Intranet zone
groop, add a new code group with a Membership condition of type Site and
value of the machine you want to trust. Then set the Permission Set to be
fulltrust.


I try to set this as the location,

\\myserver\User files\lewis\My Documents\My Programming

But It says the site does not appear to be valid.

Thanks,

Lewis
--
"OK - I've inserted the second disk... now the're BOTH stuck :(


Jul 21 '05 #3
not sure on that one, took me a while to get it fully working on our
workstations at work.

You can create an MSI of the settings and try installing it on the laptop.
Don't remeber exactly how to create the MSI, but I think it's under one of
the right click menus. That way you can be sure you get the EXACT same
settings.
"Lewis" <Le***@discussi ons.microsoft.c om> wrote in message
news:03******** *************** ***********@mic rosoft.com...
Thanks Wayne,

That worked for my desktop computer and I can live with that because I can
do remote desktop.
However,
I cannot get it to work on my laptop. It accepts the string:

file://my server/lewis/My Documents/My Programming/*

But says the code is not fully trusted.

I also tried it on the version 2.0 (VS 2005) with no results either.
Is there a place where this stuff is documented?

Lewis

"Wayne" wrote:
You have to supply a file mask with it, in this case you would have:

\\myserver\User files\lewis\My Documents\My Programming\*

this will allow ALL files in that dir and I believe Sub dirs to be trusted.
--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein

"Lewis" <Le***@discussi ons.microsoft.c om> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
I have "My Documents" redirected to a network share but when I go to
open a
project it says that the share is not fully trusted.

I found this info:
> The simplest (least work) in this situation is to change the machine

policy (those 3 options are known as policy levels). Under the Intranet zone groop, add a new code group with a Membership condition of type Site and
value of the machine you want to trust. Then set the Permission Set to be fulltrust.
>

I try to set this as the location,

\\myserver\User files\lewis\My Documents\My Programming

But It says the site does not appear to be valid.

Thanks,

Lewis
--
"OK - I've inserted the second disk... now the're BOTH stuck :(


Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1425
by: Jay Afshar | last post by:
Using Visual SourceSafe, I've done a "Get Latest Version" of a project tree onto a network drive. When I use Visual Studio .NET and try to open the project using its Solution File, I get the following warning: "The proejct location is not fully trusted by the .NET runtime. This is usually beacause 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,...
0
1130
by: Michael Hauer | last post by:
Hi, First my system(s): We want to migrate one server from NT 4.0 to Linux (small company). Clients are NT + XP. The application is .NET 1.0 and all clients run 1.0 SP3. A network drive contains a .NET application. At the beginning I had to change intranet security to allow all, and than it ran without any problems. But after changing the path from the drive from the Windows to the Linux
6
2746
by: Default User | last post by:
Hi How can i look for network share folders and copy a text file to it? I've been looking into how i can do this in the documention but with no luck. I found a little on of the web but i dont understand it, it seems to import mpr.dll and make the use of c++ calls. Can this be just done by c#? If so how? Jamie C
4
1940
by: Boris | last post by:
I observe the following strange behavior of my application. Let say we have managed application MyApp.exe which depend on a few assemblies MyAssembly1.dll, MyAssembly2.dll and MyAssembly3.dll. The assemblies I mentione have strong names. I build the exe and all assemblies on my computer and install assemblies to GAC. I run MyApp.exe, test it and everything is OK. Then I copy all executable files (exe and dll) to our network server.
3
1388
by: Parveen | last post by:
I have an application that I need to deploy to users...the installer puts the program executable onto the user's local machine...but I would rather have this executable out on the network...this way it would be much easier to manage updates... I know that by default this is not possible...I get a violation of .NET security policy error. One way to fix this is to go to Control Panels and change the security level for Local Intranet from...
1
1252
by: Parveen | last post by:
When I try to deploy my windows application, the installer puts the program executable on the user's local machine...I would rather have the executable run from a folder on the network...this way it would be easier to manage updates... I know that this is NOT possible by default...I get a violation of .NET security error...One way to make this possible to go to Control Panels and change the security level of the local intranet from 'partially...
3
519
by: Lewis | last post by:
I have "My Documents" redirected to a network share but when I go to open a project it says that the share is not fully trusted. I found this info: > The simplest (least work) in this situation is to change the machine policy (those 3 options are known as policy levels). Under the Intranet zone groop, add a new code group with a Membership condition of type Site and value of the machine you want to trust. Then set the Permission Set to be...
4
1938
by: Hardik Shah | last post by:
Hi, I have a project, that requires to be developed through more than one computer. Is there any hints/articles for multiple user development. (The main PC for development is Win Server 2003, and others are Win XP) When I open the project on other machine following message I found, The project location is not fully trusted by the .net run time. This is usally because it is either a network share or mapped to network
6
2962
by: tendim | last post by:
G'day group. Currently our organization us using VB6 based applications, and I am trying to push forward and migrate some of the smaller things to VB.NET, eventually migrating all applications from VB6 and other legacy languages/systems (Pure VBScript, DataEase, etc.) over to .NET. Currently, *all* user data is stored on network shares. When a user logs in to a workstation, their home drive is mounted from one share, all of their...
0
8437
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8348
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8861
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8636
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7375
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6187
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5660
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4351
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1759
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.