RE: .NET security and Network Shares

From: Jim Thomas (jimt@earthling.net)
Date: 06/11/02


From: "Jim Thomas" <jimt@earthling.net>
Date: Tue, 11 Jun 2002 14:33:27 -0700


I've attached a small file that reproduces the problem.

Thanks again,
  Jim

>-----Original Message-----
> Hi Jim Thomas,
>
>Can you give me more details about reproduce procedure?
>
>I try to use normal C# application and visit network map
drive, it is work
>correctly.
>
>new FileIOPermission
(FileIOPermissionAccess.Read ,
> "somefile");
>
> // Try to access a file
> try {
> fs = new FileStream("somefile",
FileMode.OpenOrCreate);
> }
> catch (Exception e)
> {
> string err = e.ToString();
> }
>
>Best Regards
>
>leolin






Relevant Pages

  • RE: .NET security and Network Shares
    ... Hi Jim Thomas, ... Can you give me more details about reproduce procedure? ... Best Regards ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: .NET security and Network Shares
    ... Hi Jim Thomas, ... Can you give me more details about reproduce procedure? ... Best Regards ...
    (microsoft.public.dotnet.framework.aspnet.security)