Ask a Question related to ASP.NET General, Design and Development.
-
Chris R. Timmons #1
Re: Page access information
"Jenny" <j.malloyNO@SPAMx-mail.net> wrote in
news:015201c34c2a$68f8a950$a001280a@phx.gbl:
Jenny,> Hi all,
>
> how can I get information about the user on my webpage (for
> example the IP?)
The HttpRequest class has several properties that expose client
information.
To get the user's IP, you can query
HttpRequest.ServerVariables["REMOTE_ADDR"].
Hope this helps.
Chris.
-------------
C.R. Timmons Consulting, Inc.
[url]http://www.crtimmonsinc.com/[/url]
Chris R. Timmons Guest
-
Flash CAN ACCESS off-domain information
#include "XMLSA.as" // Setup text fields temp_txt.text = "Loading"; temp_txt.TextFormat.align = "center" // Load the XML/RSS weather = new... -
Access to session information
The setup: Tomcat server 5.0, java app (servlet based). The target: build UI using Flex. The unknown(to me): is there anyway an mxml file can have... -
Access Denied when reading directory information on another server
Hi, I am reading directory information (directory name and size) on another server. I am impersonating a user account via web.config. This account... -
Unabled to access System Volumne Information File
Has just been notifyed that there is a virus in such a such file but can't open the folder to get to the file and because it is a hidden folder i... -
run-time access to symbolic information
I am working on a routine for resolution of code address into the module/function name (C/C++, AIX 5.2). I use ldopen()/ldtbread() functions...



Reply With Quote

