MDB server security

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Murray Chapman

    MDB server security

    Hi
    A question that I have wanted to ask for ages.
    Ho do Istop a person from downloading my access database that Iam using as
    part of my site backend.

    I am sure that the answer is fairly simple but Ihave never seen any
    documentation telling me how to do this.

    I hope that someone can help me.

    All the best

    Murray


  • Kevin Spencer

    #2
    Re: MDB server security

    > Ho do Istop a person from downloading my access database that Iam using
    as[color=blue]
    > part of my site backend.[/color]

    Put it somewhere that it can't be downloaded from.

    --
    HTH,
    Kevin Spencer
    ..Net Developer
    Microsoft MVP
    Big things are made up
    of lots of little things.

    "Murray Chapman" <muz1@muzcore.c om> wrote in message
    news:buSPb.2375 7$Wa.22173@news-server.bigpond. net.au...[color=blue]
    > Hi
    > A question that I have wanted to ask for ages.
    > Ho do Istop a person from downloading my access database that Iam using[/color]
    as[color=blue]
    > part of my site backend.
    >
    > I am sure that the answer is fairly simple but Ihave never seen any
    > documentation telling me how to do this.
    >
    > I hope that someone can help me.
    >
    > All the best
    >
    > Murray
    >
    >[/color]


    Comment

    • Chad Z. Hower aka Kudzu

      #3
      Re: MDB server security

      "Murray Chapman" <muz1@muzcore.c om> wrote in
      news:buSPb.2375 7$Wa.22173@news-server.bigpond. net.au:[color=blue]
      > A question that I have wanted to ask for ages.
      > Ho do Istop a person from downloading my access database that Iam
      > using as part of my site backend.[/color]

      Just put it in a location that the web server cannot reach by URL.


      --
      Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
      "Programmin g is an art form that fights back"


      ELKNews - Get your free copy at http://www.atozedsoftware.com

      Comment

      • Andrea D'Onofrio [MSFT]

        #4
        Re: MDB server security

        You must configure in IIS (globally or only for single application): click
        Properties -> Configuration -> Mappings
        Add a new item:
        Executable: something that doesn't display the database content
        Extension: .mdb

        HtH,
        Andrea

        --
        This posting is provided "AS IS" with no warranties, and confers no rights.

        "Murray Chapman" <muz1@muzcore.c om> wrote in message
        news:buSPb.2375 7$Wa.22173@news-server.bigpond. net.au...[color=blue]
        > Hi
        > A question that I have wanted to ask for ages.
        > Ho do Istop a person from downloading my access database that Iam using[/color]
        as[color=blue]
        > part of my site backend.
        >
        > I am sure that the answer is fairly simple but Ihave never seen any
        > documentation telling me how to do this.
        >
        > I hope that someone can help me.
        >
        > All the best
        >
        > Murray
        >
        >[/color]


        Comment

        Working...