Re: Using a network-drive with IIS 6.0

From: Paul Lynch (paul.lynch_at_nospam.com)
Date: 06/18/04


Date: Fri, 18 Jun 2004 13:57:41 +0100

On Fri, 18 Jun 2004 13:49:22 +0200, "Philip McCreight"
<mccreight@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 (X:),
>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



Relevant Pages

  • RE: login and email problems
    ... Please carefully check settings required in my previous post and post the ... Install the RPC ping utility on the client computer and then open a command ... Microsoft CSS Online Newsgroup Support ... Leave the Default Gateway of the internal NIC blank of the server box. ...
    (microsoft.public.windows.server.sbs)
  • Re: Monitoring and Alerts
    ... Relay settings for Exchange SMTP Virtual Server: ... we pursue the performance alerts issue further. ... | Subject: Re: Monitoring and Alerts ...
    (microsoft.public.windows.server.sbs)
  • Re: User-Specific Settings
    ... clear statement from the vendor that running ACT! ... Server is *not* supported. ... it would explain why changes in settings are not preserved. ... MCSE, CCEA, Microsoft MVP - Terminal Server ...
    (microsoft.public.win2000.termserv.apps)
  • Re: All remote access stopped ?
    ... Server 2003 Remote Web Workplace ... Microsoft CSS Online Newsgroup Support ... <Firewall Settings on lefthand side, Advanced settings, Under attack ...
    (microsoft.public.windows.server.sbs)
  • Re: WSUS Client not yet reported
    ... The client still fails to report. ... Check your server status ... Suggestion 2: Check the IIS settings: ... any updates in your thread. ...
    (microsoft.public.windows.server.sbs)

Loading