right to files on mapped drives throught IIS and ASP.NET

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default right to files on mapped drives throught IIS and ASP.NET

    Hello,

    On a local website but i want to access data on a remote drive (a mapped
    drive). The data are Foxpro files on a directeory of a mapped drive.

    I have a problem with security ( no tabel can be opened error 52 in foxpro )

    I search the web for a solution.

    Server 1 = Windows 2000 (Webserver) and server2 = database server (NT
    server)

    The two server belong to the same domain.

    i created a user on the databaseserver (domainserver) who has administrator
    rights .

    On the webserver

    I already used impersonate="true" in the config.web file

    I added this new user on the webserver

    and in the IIS : anonymus is set on with this new created user with his
    paswoord

    ON the DatabaseServer

    the database files themselves have full control for the user created.

    But still get no rights

    Does anyone know what i am doing wrong ?

    Christine



    chris Guest

  2. Similar Questions and Discussions

    1. Mapped Drives in Datasources
      I have just installed CFMX7 on a new XP box. I am trying to recreate come datasources from my old box with CFMX on it. I have a mapped drive set up...
    2. Mapped drives disconnecting
      I had the same problem, I tried everything with no luck until I updated my Win 2000 Server vith Service Pack 4 Try... server. workstations,
    3. Some - not all - Mapped Drives Disappear
      Welcome to the club, I too have seen this problem and have also come across many users... Looks like microsoft does not have afix to this till...
    4. Drops off mapped drives! Help!
      I am using XP for two different clients on two different networks and domains and am getting the same issue. All of the sudden, they cannot access...
    5. Windows XP & Mapped Drives
      quoted from http://www25.brinkster.com/ChicagoTech Why some mapped network drives show a red x SYMPTOMS: You find that the network drive mapping...
  3. #2

    Default Re: right to files on mapped drives throught IIS and ASP.NET

    Perhaps this report might help you.

    [url]http://support.microsoft.com/?id=320268[/url]

    HernanDL.


    "chris" <Nospam@nospam.be> wrote in message
    news:OAHcJIj9DHA.2524@TK2MSFTNGP11.phx.gbl...
    > Hello,
    >
    > On a local website but i want to access data on a remote drive (a mapped
    > drive). The data are Foxpro files on a directeory of a mapped drive.
    >
    > I have a problem with security ( no tabel can be opened error 52 in
    foxpro )
    >
    > I search the web for a solution.
    >
    > Server 1 = Windows 2000 (Webserver) and server2 = database server (NT
    > server)
    >
    > The two server belong to the same domain.
    >
    > i created a user on the databaseserver (domainserver) who has
    administrator
    > rights .
    >
    > On the webserver
    >
    > I already used impersonate="true" in the config.web file
    >
    > I added this new user on the webserver
    >
    > and in the IIS : anonymus is set on with this new created user with his
    > paswoord
    >
    > ON the DatabaseServer
    >
    > the database files themselves have full control for the user created.
    >
    > But still get no rights
    >
    > Does anyone know what i am doing wrong ?
    >
    > Christine
    >
    >
    >

    Hernan de Lahitte Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139