Ask a Question related to ASP Components, Design and Development.
-
Ted Boyd #1
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
-
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... -
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... -
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 -
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.... -
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... -
Ted Boyd #2
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
-
Cowboy \(Gregory A. Beamer\) #3
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



Reply With Quote

