Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS 6.0 with Mapped Drives

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
iiscnfg.vbs using unc instead of mapped drives. - I thought I would share my of using iis6 only - script. This script is great for your metabase to different servers with ease. The problem I found with the original though was that the routine was using..

Pre-Mapped Drives for Users Logging Into W2K3 Server - I'm looking for on how people pre-map drives on a W2K3 Server. When a new profile is made I want certain drives ALREADY mapped. Example: Joe.User logs in for the first time, he ALREADY has the X: drive mapped to Thanks in..

Need to setup FTP for 2 different drives. - I have the need to setup our FTP for 2 different drives. One would need to point to the on the server so that I can upload files. The other needs to point to our T:\ drive (netware) for one of my to upload..

Local Drives from IIS Applications - Can anyone shed any light on accessing local drives from IIS I have a perl running under IIS on Win2000 Server which has no problem seeing all drives on the server but cannot see any drives. All..

How to access files on different drives to the root - Hi, I've just got a Windows 2003 dedicated server but am a bit new to IIS My problem is that the root directory is set to the default However the server is partioned into 2 drives - C: which is 10GB..
Next:  the format of the specified network name is inval..  
Author Message
anonymous2044

External


Since: Jun 05, 2004
Posts: 2



(Msg. 1) Posted: Sat Jun 05, 2004 4:11 am
Post subject: IIS 6.0 with Mapped Drives
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,
I have an ASP application access some files on a remote share, I mapped this share as a drive for example X:\ , all of this was working fine on NT4.0 and Windows 2000 servers, when we upgrade our server to Windows saerver 2003 with IIS 6.0 this page no longer works. error: File not found.

Please advice.

 >> Stay informed about: IIS 6.0 with Mapped Drives 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Sat Jun 05, 2004 9:39 pm
Post subject: Re: IIS 6.0 with Mapped Drives [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

a) do not use a mapped drive - use a UNC path
b) did you setup this folder as a virtual directory? Or are you using some
kind of web app to access the remote share?

Cheers
Ken

"A. Moghazy" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:CE14DEEA-B98C-4AC7-A49C-AAE28FCB0F31@microsoft.com...
: Hi,
: I have an ASP application access some files on a remote share, I mapped
this share as a drive for example X:\ , all of this was working fine on
NT4.0 and Windows 2000 servers, when we upgrade our server to Windows
saerver 2003 with IIS 6.0 this page no longer works. error: File not found.
:
: Please advice.

 >> Stay informed about: IIS 6.0 with Mapped Drives 
Back to top
Login to vote
anonymous2044

External


Since: Jun 05, 2004
Posts: 2



(Msg. 3) Posted: Sat Jun 05, 2004 9:39 pm
Post subject: Re: IIS 6.0 with Mapped Drives [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,
1. did you setup this folder as a virtual directory? Or are you using some
kind of web app to access the remote share?

Let me explain to you the situation, all the ASPs are located on the local folder on local drive on the server, this local folder is Virtual Directory (APPLICATION) , what I need is making the ASP file code (File System Object component/ADO for example) access other files on a Mapped drive, this mapped drive points to share on other machine.

For example, imagine that your ASP pages on your Windows 2003 server need to access MDB file on a remote shared folder, you already mapped this share as a drive on your server, when you connect (with ADO) to this file (MDB file) you will get an error tells you that file not found, this error did not occur on Windows 2000/ NT 4.0.
 >> Stay informed about: IIS 6.0 with Mapped Drives 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Sat Jun 05, 2004 11:50 pm
Post subject: Re: IIS 6.0 with Mapped Drives [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

a) Do not use mapped drive letters. They are mapped for the logged on user
only. Instead, use UNC paths (\\server\share)

b) The user account that IIS is impersonating needs to have permissions to
the remote resource. If you are using anonymous authentication, then the
default IUSR account is local to the webserver, and can't be assigned
permissions to the remote resource. You can change this to a domain account
or similar. If you are not allowing anonymous auth, but requiring the user
to authenticate, and you want the credentials to be passed through to the
remote file server then you wil need to:
- use Basic Auth + SSL
and/or
- Kerberos + Delegation
and/or
- if you are using Windows 2003 domain, then you can use protocol
transition


Cheers
Ken

"A. Moghazy" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:AA7C80A0-EC49-431D-8B42-221B9F6E55FA@microsoft.com...
: Hi,
: 1. did you setup this folder as a virtual directory? Or are you using some
: kind of web app to access the remote share?
:
: Let me explain to you the situation, all the ASPs are located on the local
folder on local drive on the server, this local folder is Virtual Directory
(APPLICATION) , what I need is making the ASP file code (File System Object
component/ADO for example) access other files on a Mapped drive, this mapped
drive points to share on other machine.
:
: For example, imagine that your ASP pages on your Windows 2003 server need
to access MDB file on a remote shared folder, you already mapped this share
as a drive on your server, when you connect (with ADO) to this file (MDB
file) you will get an error tells you that file not found, this error did
not occur on Windows 2000/ NT 4.0.
:
 >> Stay informed about: IIS 6.0 with Mapped Drives 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]