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

Using a network-drive with IIS 6.0

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  What are the minimum system requirements for runn..  
Author Message
mccreight

External


Since: Jun 11, 2004
Posts: 4



(Msg. 1) Posted: Fri Jun 18, 2004 4:49 pm
Post subject: Using a network-drive with IIS 6.0
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

I have a website set up, with an own internet-connection, win 2003 server
and IIS 6.0. Everthing works fine... but I have a problem, that requires
some (to me mysterious) settings.

I have a cgi-app (EXE) that calls a database-file on a network-drive (XSmile,
which (of course) I mapped locally on the win2003-server. But when I call my
CGI-app it can't access the X-Drive eventhough under "security" I set the
"Standard-Internet-User" as a user of this drive and granted all rights (for
test-reason) for the drive and sub-directories.

Does anyone know, what settings I have to make under IIS 6.0? The
alternative would be, that I keep a copy of the database-files on the
machine running the webserver (which of course is no real alternative).
Virtual drives also won't do the trick because the routines the CGI-EXE is
using, are routines from our database-apps and since these routines have
continious changes and enhancements, I of course don't want to reprogram
everthing 2 times just so it works with the web-app as well as the
database-apps.

Any help is very much apreciated.

Thanks in advance

Philip

 >> Stay informed about: Using a network-drive with IIS 6.0 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Fri Jun 18, 2004 4:49 pm
Post subject: Re: Using a network-drive with IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Philip McCreight" <mccreight DeleteThis @tiernotruf.org> wrote in message
news:eEKDNpSVEHA.1164@tk2msftngp13.phx.gbl...
 > Hello,
 >
 > I have a website set up, with an own internet-connection, win 2003 server
 > and IIS 6.0. Everthing works fine... but I have a problem, that requires
 > some (to me mysterious) settings.
 >
 > I have a cgi-app (EXE) that calls a database-file on a network-drive (XSmile,
 > which (of course) I mapped locally on the win2003-server. But when I call
my
 > CGI-app it can't access the X-Drive eventhough under "security" I set the
 > "Standard-Internet-User" as a user of this drive and granted all rights
(for
 > test-reason) for the drive and sub-directories.
 >
 > Does anyone know, what settings I have to make under IIS 6.0? The
 > alternative would be, that I keep a copy of the database-files on the
 > machine running the webserver (which of course is no real alternative).
 > Virtual drives also won't do the trick because the routines the CGI-EXE is
 > using, are routines from our database-apps and since these routines have
 > continious changes and enhancements, I of course don't want to reprogram
 > everthing 2 times just so it works with the web-app as well as the
 > database-apps.
 >
 > Any help is very much apreciated.

Start here:
<a style='text-decoration: underline;' href="http://support.microsoft.com/?kbid=257174" target="_blank">http://support.microsoft.com/?kbid=257174</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Using a network-drive with IIS 6.0 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 3) Posted: Fri Jun 18, 2004 4:49 pm
Post subject: Re: Using a network-drive with IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 18 Jun 2004 13:49:22 +0200, "Philip McCreight"
<mccreight.TakeThisOut@tiernotruf.org> wrote:


 >I have a website set up, with an own internet-connection, win 2003 server
 >and IIS 6.0. Everthing works fine... but I have a problem, that requires
 >some (to me mysterious) settings.
 >
 >I have a cgi-app (EXE) that calls a database-file on a network-drive (XSmile,
 >which (of course) I mapped locally on the win2003-server. But when I call my
 >CGI-app it can't access the X-Drive eventhough under "security" I set the
 >"Standard-Internet-User" as a user of this drive and granted all rights (for
 >test-reason) for the drive and sub-directories.
 >
 >Does anyone know, what settings I have to make under IIS 6.0? The
 >alternative would be, that I keep a copy of the database-files on the
 >machine running the webserver (which of course is no real alternative).
 >Virtual drives also won't do the trick because the routines the CGI-EXE is
 >using, are routines from our database-apps and since these routines have
 >continious changes and enhancements, I of course don't want to reprogram
 >everthing 2 times just so it works with the web-app as well as the
 >database-apps.

You'll need permission for the account you're using, whether it's the
anonymous user account or whatever, on both the share and folders on
the network drive. Might try Filemon to see what's beeing accessed
and with what acount.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Using a network-drive with IIS 6.0 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 4) Posted: Fri Jun 18, 2004 4:57 pm
Post subject: Re: Using a network-drive with IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 18 Jun 2004 13:49:22 +0200, "Philip McCreight"
<mccreight DeleteThis @tiernotruf.org> wrote:

 >Hello,
 >
 >I have a website set up, with an own internet-connection, win 2003 server
 >and IIS 6.0. Everthing works fine... but I have a problem, that requires
 >some (to me mysterious) settings.
 >
 >I have a cgi-app (EXE) that calls a database-file on a network-drive (XSmile,
 >which (of course) I mapped locally on the win2003-server. But when I call my
 >CGI-app it can't access the X-Drive eventhough under "security" I set the
 >"Standard-Internet-User" as a user of this drive and granted all rights (for
 >test-reason) for the drive and sub-directories.
 >
 >Does anyone know, what settings I have to make under IIS 6.0? The
 >alternative would be, that I keep a copy of the database-files on the
 >machine running the webserver (which of course is no real alternative).
 >Virtual drives also won't do the trick because the routines the CGI-EXE is
 >using, are routines from our database-apps and since these routines have
 >continious changes and enhancements, I of course don't want to reprogram
 >everthing 2 times just so it works with the web-app as well as the
 >database-apps.
 >
 >Any help is very much apreciated.
 >
 >Thanks in advance
 >
 >Philip

Philip,

IIS6 performs passthrough authentication by default so you need to
check that your IUSR account (if you are using anonymous access) has
the necessary rights to access the remote database files. I presume
thats what you meant when you say "Standard-Internet-User" ? Do you
mean the IUSR account ?

I would also suggest using a true UNC path (i.e \\server\sharename)
rather than using a mapped drive as the drive mapping may not exist in
the profile of every account on the server. It may onl;y exist in the
profile of the user who logged on and created the mapping.


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Using a network-drive with IIS 6.0 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Network Drive mapping - Boas, Tenho um problema que me esta a ocupar ha ja algum tempo, encontrei documentacao, testei o ambiente, mas nao funciona, e eh o seuinte: -Tenho um servidor (A) W2K-sp4,etc, a funcionar como Webserver + FPextensions. -Tenho um outro servidor (B)..

Virtual Directory VS. Network Drive - I'm trying to create virtual directory on IIS to link to network drive but it cannot. It did not allow me to click OK button. I'd try to grant permission to Everyone group to have full privileage in file server, it still cannot press OK. Is it possible t...

FTP Folder located on a network shared shared drive - I created a virtual FTP site were the folder is located on a network drive. I can right click and see the contents, but I canot connect to the drive folder over the internet, I can only see the root dir folders. FTP Folder located on a network shared ...

IIS 6.0 Device Unavailable on Network Mapped Drive - Greetings: I have a VB6 COM object that attempts to do the following: CHDrive "Z" MKDir "NEWFOLDER" Where "Z" drive is a network drive mapped under the exact same user account that the Web Site and Application Pool is...

My Network Places - can't see files Mapped Drive - can see.. - I have 4 W2K IIS 5 webservers. I can map to all 4 and see files/folders. When I go to My Network Places, I can see all 4 but can only see files/folders on 2. All servers are configured alike. This happens from both W2K and XP Pro workstations. Any..
   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 ]