473,473 Members | 2,036 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

mapping network drives through asp

Hi,

I was wondering is there a way to map a network drive a on persons
machine with a online gui interface?

Is there a way user 1 can map drives on THEIR computer using an online
interface?

Thanks

:DHRUV
Jul 19 '05 #1
4 1582
not really... you could genereate the command and have then COPY-PASTE it
into the RUN or Dos window....

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Dhruv" <dm**********@yahoo.com> wrote in message
news:b6*************************@posting.google.co m...
Hi,

I was wondering is there a way to map a network drive a on persons
machine with a online gui interface?

Is there a way user 1 can map drives on THEIR computer using an online
interface?

Thanks

:DHRUV

Jul 19 '05 #2
"Dhruv" <dm**********@yahoo.com> wrote in message
news:b6*************************@posting.google.co m...
Hi,

I was wondering is there a way to map a network drive a on persons
machine with a online gui interface?

Is there a way user 1 can map drives on THEIR computer using an online
interface?


Not really. ASP runs on the server, not the client's computer.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #3
"Dhruv" <dm**********@yahoo.com> wrote in message
news:b6*************************@posting.google.co m...
I was wondering is there a way to map a network drive a on persons
machine with a online gui interface?

Is there a way user 1 can map drives on THEIR computer using an online
interface?


You might be able to accomplish something like that using some sort of Java
Applet that runs on the client machine (I'm just guessing), but there's
definately no way you could do it with plain old HTML/ASP.

Regards,
Peter Foti
Jul 19 '05 #4
On 10 Mar 2004 13:07:19 -0800, dm**********@yahoo.com (Dhruv) wrote:
I was wondering is there a way to map a network drive a on persons
machine with a online gui interface?
Sure.
Is there a way user 1 can map drives on THEIR computer using an online
interface?


Sure.

But the code for mapping is all client-side, so you'd need to use your
"online interface" to produce a client-side script that does this.
Which would make me question why you didn't use all client-side code
and forget the "online interface" of course. :)

And for reference, check some of these:

http://cwashington.netreach.net/depo...tType=vbscript
http://www.devguru.com/Technologies/...workDrive.html

Follow up in a client-side scripting group.

Jeff
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Leo R | last post by:
Hi, Is it possible to create a network-drive at the SYSTEM-level? E.g.: map X: to \\server1\share so a windows service can reach X: without having to log on? I want a Windows .NET service to...
1
by: BuddyWork | last post by:
Hello, I need to know how I can check if the drives on my machine are network drives and local drives via the .Net framework. For example my PC has the following drives C: Local D: Local N:...
0
by: Dennis | last post by:
I have tried to use the IWshRuntimeLibrary and ManagementObjectSearcher("SELECT * FROM Win32_LogicalDisk") to get all Logical Drives, Mapped Network Drives, Shared Folders and Shared Drives with...
3
by: GWold | last post by:
Hi all! I'm trying to figure out how to map a network drive in VB.NET/.NET Framework. I understand that I can add references to wscript and the scripting runtime library, but I want to do it...
2
by: Tomas Vera | last post by:
Hello All, I have a web application that is required to copy a file from the WebServer to a remote web server (staging server to production server). I've created an application that maps the...
13
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
I am actually trying to get the UNC path of the main module of a process running from a mapped drive, and I am trying to do this from a service. The ProcessModule class only provides the full path...
2
by: =?Utf-8?B?ZGdjb29wZXI=?= | last post by:
When I get a list of drives using the Directory.GetLogicalDrives(), it gives me all drives including disconnected network drives. When I attempt to use Directory.GetDirectories() on a disconnected...
10
by: =?Utf-8?B?Z3JlYXRiYXJyaWVyODY=?= | last post by:
Sorry about that previous one. I pressed enter too early. How does one go about mapping a network drive in C#. i know you use MapNetworkDrive in scripting languages, but i'm not sure how to do it...
0
by: Daffydd | last post by:
Hi all, This one's driving me up a wall! We have a small office network, Windows SBS 2003, nothing fancy - recently upgraded from an old Compaq running Novell. Back in the day we used the "F"...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.