How to detect when request from local computer (server)

  • Thread starter Rafael Leonhardt
  • Start date
R

Rafael Leonhardt

How I can to detect when a user access a site from the server?
I need to control someting like "remoteonly" on custom errors in my aspx to
show some information when local and other wen remote.
 
S

szeying.tan

use Request.ServerVariables;
and retrieve the HTTP_HOST server variable.
if it is localhost, then the use is accessing the site from the server.

syntax would be like so:
Request.ServerVariables["HTTP_HOST"];
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,187
Latest member
RosaDemko

Latest Threads

Top