Access Drive Mapped to a Network Share

J

Jerry C

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
 
G

Guest

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

http://groups.google.com/group/micr...read/thread/ec9a28d4bb655c14/cf3ed675b1609854
 
S

Steven Cheng [MSFT]

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:
(e-mail address removed).

==================================================
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==?= <[email protected]>
Subject: Access Drive Mapped to a Network Share
Date: Wed, 23 Apr 2008 14:14:00 -0700

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
 
G

George Ter-Saakov

Cool, I was just about to repost the code then checked the link and saw
it.....
Google rocks :)


George.




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

http://groups.google.com/group/micr...read/thread/ec9a28d4bb655c14/cf3ed675b1609854
 
J

Jerry C

Alexey, Steven

Thank you very good information.


--
Jerry


Steven Cheng said:
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:
(e-mail address removed).

==================================================
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==?= <[email protected]>
Subject: Access Drive Mapped to a Network Share
Date: Wed, 23 Apr 2008 14:14:00 -0700

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top