Restrict access by ip

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Restrict access by ip

    I have an ASP page that I want to allow access from only from a certain
    block of address, can someone get me started?


    Ted Boyd Guest

  2. Similar Questions and Discussions

    1. SECOND restrict access
      I have built several databases in MySQL, in one is a table that has all the log-on information that keeps the administration side of the site...
    2. Restrict Access with Levels
      I set up my login page to restrict by username, password, and access level. I restrict access to "Admin" on one of my pages. However, when I submit...
    3. restrict access to a script
      Hello All , I am trying to find a way to restrict access to a php script based on the url it is being called from ,is this possable? TIA
    4. restrict internet access
      Hi I am the administrator of my computer. I want to set security settings on my computer so that my teenagers do not download large files (ie....
    5. Restrict access to URLs?
      Thanks, everybody. In answer to your questions: - This will be a standalone PC, in the museum, to be used only for accessing the 30 or so WWW...
  3. #2

    Default Re: Restrict access by ip

    "Ted Boyd" <screamer48@hotmail.com> wrote in message
    news:ueet0d15GHA.512@TK2MSFTNGP06.phx.gbl...
    >I have an ASP page that I want to allow access from only from a certain
    >block of address, can someone get me started?

    Whoops, sorry, wrong group...


    Ted Boyd Guest

  4. #3

    Default Re: Restrict access by ip

    You can pull the requesting IP from the Server collection. If it is not in
    the group you desire, boot them.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    [url]http://gregorybeamer.spaces.live.com[/url]

    *************************************************
    Think outside of the box!
    *************************************************
    "Ted Boyd" <screamer48@hotmail.com> wrote in message
    news:ueet0d15GHA.512@TK2MSFTNGP06.phx.gbl...
    >I have an ASP page that I want to allow access from only from a certain
    >block of address, can someone get me started?
    >

    Cowboy \(Gregory A. Beamer\) 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