Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Access Drive Mapped to a Network Share

1 view
Skip to first unread message

Jerry C

unread,
Apr 23, 2008, 5:14:00 PM4/23/08
to
I am trying to accesss a Mapped Drive from my asp.net code running on IIS 6.0.

I am using a FileUpload control and fileUpload.SaveAs() to save the file to
the server. I want to save the file to a mapped drive that is mapped to a
share on the network. When I save to "C:\temp\myFile.txt it works but when I
save to Z:\temp\myFile.txt is will not work. I also want to copy, delete and
move these files.
I have found some pages on the net that mention this but none of the fixes
work.

Any help.

Thank you
--
Jerry

Alexey Smirnov

unread,
Apr 23, 2008, 5:46:23 PM4/23/08
to

Steven Cheng [MSFT]

unread,
Apr 24, 2008, 12:02:10 AM4/24/08
to
Hi Jerry,

As for the mapped share drive problem, it is likely caused by the mapped
drive is not visible to your ASP.NET application. Because the mapped drive
is created under another interactive logon user while the ASP.NET
application runs under a dedicated process account.

Alexey has mentioned a thread which suggest that you use win32 api to
programmtically create the share drive in ASP.NET application(under the
ASP.NET process account) before you use it. In addition this, you can also
consider using Process Class to invoke "cmd.exe" and use "net use" command
to create the share.

#Net Use Command
http://www.cezeo.com/tips-and-tricks/net-use-command/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
>From: =?Utf-8?B?SmVycnkgQw==?= <jer...@nospam.nospam>
>Subject: Access Drive Mapped to a Network Share
>Date: Wed, 23 Apr 2008 14:14:00 -0700

George Ter-Saakov

unread,
Apr 24, 2008, 9:08:39 AM4/24/08
to
Cool, I was just about to repost the code then checked the link and saw
it.....
Google rocks :)


George.


"Alexey Smirnov" <alexey....@gmail.com> wrote in message
news:5e9edb74-1451-4ee4...@s50g2000hsb.googlegroups.com...

Jerry C

unread,
Apr 24, 2008, 9:33:00 AM4/24/08
to
Alexey, Steven

Thank you very good information.


--
Jerry

Alexey Smirnov

unread,
Apr 24, 2008, 10:02:42 AM4/24/08
to
On Apr 24, 3:08 pm, "George Ter-Saakov" <gt-...@cardone.com> wrote:
> Google rocks :)
>

Indeed :-)

0 new messages