Re: accessing mapped drives in ASP.NET application
From: Raterus (raterus_at_spam.org)
Date: 07/27/04
- Next message: Jeff Johnson [MVP: VB]: "Access to non-virtual-directory UNC paths from IIS 6.0"
- Previous message: Raterus: "Re: Allow Integrated Windows Authentication Token to be delegated?"
- In reply to: Farooq Khan: "accessing mapped drives in ASP.NET application"
- Next in thread: Farooq Khan: "Re: accessing mapped drives in ASP.NET application"
- Reply: Farooq Khan: "Re: accessing mapped drives in ASP.NET application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 27 Jul 2004 11:03:40 -0400
Well you are in the right place, though this can be a pain, so be prepared.
First, I wouldn't access "mapped" drives, like N:\, but shares, "\\servername\share", those are UNC paths, and much more compatible than using drive names, since the account that is accessing them doesn't need to have them mapped.
As for actually having permissions to access them, that really depends on how you have set up the security in your application, can you explain what you are after?
"Farooq Khan" <farooq@softechww.com> wrote in message news:%23yLSvS9cEHA.1384@TK2MSFTNGP10.phx.gbl...
> hi,
> is there any way i can access mapped drive through ASP.NET application?? i
> have tried doing that the standard way but didnt work, used the same code in
> win32 application and it worked fine though.
> thanks
> Farooq Khan
>
>
- Next message: Jeff Johnson [MVP: VB]: "Access to non-virtual-directory UNC paths from IIS 6.0"
- Previous message: Raterus: "Re: Allow Integrated Windows Authentication Token to be delegated?"
- In reply to: Farooq Khan: "accessing mapped drives in ASP.NET application"
- Next in thread: Farooq Khan: "Re: accessing mapped drives in ASP.NET application"
- Reply: Farooq Khan: "Re: accessing mapped drives in ASP.NET application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|