Home All Groups Group Topic Archive Search About

permission problems

Author
1 Dec 2006 2:08 PM
Mike Spike
Hi all,

I have an application that I need to run from a network share, the server is
windows 2000 server the clients are windows XP.

Whenever I run the application from the share a get access problems when
trying to query anything such as computername.

when I run the same program from a local folder it executes correctly.

Is there a fix for this

the app is written in vb.net 2005 I can change the code, and I can change
the security settings on the computers.

thanks in advance.

Mike.

Author
12 Dec 2006 2:54 PM
Nicole Calinoiu
See http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx for a
description of the problem and some approaches to resolving the issue.
Since you're using .NET 2.0, you also have the additional option of
deploying as a ClickOnce application that requests additional CAS
permissions.  If you're interested in
learning about ClickOnce,
http://msdn2.microsoft.com/en-us/vbasic/ms789088.aspx might be a good place
to start.  For more in-depth information, see
http://msdn2.microsoft.com/en-us/library/t71a733d.aspx.


Show quoteHide quote
"Mike Spike" <M***@melted-Cpu-co.uk> wrote in message
news:ey6HYHVFHHA.4688@TK2MSFTNGP04.phx.gbl...
> Hi all,
>
> I have an application that I need to run from a network share, the server
> is windows 2000 server the clients are windows XP.
>
> Whenever I run the application from the share a get access problems when
> trying to query anything such as computername.
>
> when I run the same program from a local folder it executes correctly.
>
> Is there a fix for this
>
> the app is written in vb.net 2005 I can change the code, and I can change
> the security settings on the computers.
>
> thanks in advance.
>
> Mike.
>