473,322 Members | 1,408 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 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 3590
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
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.