in

ASP.NET Weblogs

Dave Burke - A freelance .NET Developer specializing in Online Communities

A freelance .NET Developer

Trusted Shares and VS.NET

I dealt with this a while back and re-encountered it tonight while getting things in order on a new W2K3 Server.  Blog use #204: record a VS.NET configuration procedure you've used in the past but have since forgotten.

I like to make my c:\documents...\myaccount\my documents\visual studio projects folder a share, as in \\server\vsnet.  Only problem is that VS.NET needs to fully trust it to compile the app and displays the following:

God bless newsgroup contributors everywhere, in this case, John Eikanger of MS VB Support who provided the command line sweetness:

C:\Documents and Settings\me>caspol -m -ag 1.2 -url "file://server/share/*" FullTrust

Worked like a charm.  Full google thread located here.

Published Jan 06 2004, 12:13 AM by daveburke
Filed under:

Comments

 

TrackBack said:

Dave Burke came across an interesting problem working with VS.NET when trying to compile his project. He likes to use a network share to get to his project folders (as a lot of development teams do). Dave dug through this...
January 6, 2004 1:17 AM
 

TrackBack said:

Trusted Shares and VS.NET I dealt with this a while back and re-encountered it tonight while getting things in order on a new W2K3 Server. Blog use #204: record a VS.NET configuration procedure you've used in the past but have
January 6, 2004 10:17 AM
 

TrackBack said:

David Burke's blog: Trusted Shares and VS.NET dealt with this a while back and re-encountered it tonight while getting things in order on a new W2K3 Server.  Blog use #204: record a VS.NET configuration procedure you've used in the past...
January 7, 2004 7:35 AM
 

TrackBack said:

January 12, 2004 10:08 AM
 

anh tuan said:

Hi, i got this problem hen build a project on local network,

Could not load file or assembly 'Win32Security, Version=0.3.2830.33102, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)

can you help me to solve?

Thank you!

February 15, 2009 10:11 AM

Leave a Comment

(required)  
(optional)
(required)  
Add