472,779 Members | 2,880 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,779 software developers and data experts.

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\Userfiles\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 3540
You have to supply a file mask with it, in this case you would have:

\\myserver\Userfiles\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***@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.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\Userfiles\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\Userfiles\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***@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.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\Userfiles\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***@discussions.microsoft.com> wrote in message
news:03**********************************@microsof t.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\Userfiles\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***@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.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\Userfiles\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
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...
0
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...
6
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...
4
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...
3
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...
1
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...
3
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...
4
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,...
6
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...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.