RE: .NET security and Network Shares
From: Jim Thomas (jimt@earthling.net)
Date: 06/11/02
- Next message: Per Schjetne: "Cannot create Windows Application on network share"
- Previous message: Jim Thomas: "RE: .NET security and Network Shares"
- In reply to: leo lin[MS]: "RE: .NET security and Network Shares"
- Next in thread: leo lin[MS]: "RE: .NET security and Network Shares"
- Reply: leo lin[MS]: "RE: .NET security and Network Shares"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- application/octet-stream attachment: test.aspx
- Next message: Per Schjetne: "Cannot create Windows Application on network share"
- Previous message: Jim Thomas: "RE: .NET security and Network Shares"
- In reply to: leo lin[MS]: "RE: .NET security and Network Shares"
- Next in thread: leo lin[MS]: "RE: .NET security and Network Shares"
- Reply: leo lin[MS]: "RE: .NET security and Network Shares"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|