Click here to Skip to main content
16,004,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to detect the user IP? Pin
Seraph_summer20-Sep-09 5:30
Seraph_summer20-Sep-09 5:30 
GeneralRe: How to detect the user IP? Pin
Parwej Ahamad20-Sep-09 5:32
professionalParwej Ahamad20-Sep-09 5:32 
NewsRe: How to detect the user IP? Pin
Abhishek Sur20-Sep-09 5:31
professionalAbhishek Sur20-Sep-09 5:31 
AnswerRe: How to detect the user IP? Pin
Abhishek Sur20-Sep-09 4:42
professionalAbhishek Sur20-Sep-09 4:42 
GeneralRe: How to detect the user IP? Pin
Seraph_summer20-Sep-09 5:04
Seraph_summer20-Sep-09 5:04 
GeneralRe: How to detect the user IP? Pin
Abhishek Sur20-Sep-09 5:24
professionalAbhishek Sur20-Sep-09 5:24 
GeneralRe: How to detect the user IP? Pin
Seraph_summer20-Sep-09 5:28
Seraph_summer20-Sep-09 5:28 
GeneralRe: How to detect the user IP? Pin
ABitSmart20-Sep-09 15:40
ABitSmart20-Sep-09 15:40 
If the user is behind a proxy then REMOTE_ADDR will be the proxy IP address and HTTP_X_FORWARDED_FOR will be the client IP address. HTTP_X_FORWARDED_FOR can consist of multiple comma separated IP addresses for each proxy the request passes through. Generally, client IP is the first of them.

Finally, you can rely on the above methods only for Transparent proxies. There is no way to trace the actual IP in case of Anonymous or Distorting proxies.

One more good tool for finding country from an IP is this one[^] on codeplex.
QuestionASP.NET Login Name Problem Pin
morteza45120-Sep-09 1:50
morteza45120-Sep-09 1:50 
AnswerRe: ASP.NET Login Name Problem Pin
Abhijit Jana20-Sep-09 2:49
professionalAbhijit Jana20-Sep-09 2:49 
Questionauthentication issue of IIS 6.0 Pin
George_George19-Sep-09 19:48
George_George19-Sep-09 19:48 
AnswerRe: authentication issue of IIS 6.0 Pin
Abhijit Jana19-Sep-09 21:21
professionalAbhijit Jana19-Sep-09 21:21 
GeneralRe: authentication issue of IIS 6.0 Pin
George_George19-Sep-09 22:01
George_George19-Sep-09 22:01 
Questionproblem with new line in the text box Pin
prasadbuddhika19-Sep-09 16:41
prasadbuddhika19-Sep-09 16:41 
AnswerRe: problem with new line in the text box Pin
Christian Graus19-Sep-09 16:55
protectorChristian Graus19-Sep-09 16:55 
GeneralRe: problem with new line in the text box Pin
prasadbuddhika19-Sep-09 18:48
prasadbuddhika19-Sep-09 18:48 
QuestionCollect Visitor's IP Pin
sjmclean19-Sep-09 11:36
sjmclean19-Sep-09 11:36 
AnswerRe: Collect Visitor's IP Pin
Christian Graus19-Sep-09 11:43
protectorChristian Graus19-Sep-09 11:43 
GeneralRe: Collect Visitor's IP Pin
dan!sh 19-Sep-09 20:42
professional dan!sh 19-Sep-09 20:42 
JokeRe: Collect Visitor's IP Pin
Manas Bhardwaj20-Sep-09 0:00
professionalManas Bhardwaj20-Sep-09 0:00 
AnswerRe: Collect Visitor's IP Pin
Abhishek Sur19-Sep-09 13:23
professionalAbhishek Sur19-Sep-09 13:23 
AnswerRe: Collect Visitor's IP Pin
Robert_Pan19-Sep-09 18:28
Robert_Pan19-Sep-09 18:28 
GeneralRe: Collect Visitor's IP Pin
Manas Bhardwaj19-Sep-09 23:57
professionalManas Bhardwaj19-Sep-09 23:57 
QuestionHow to clear Client Cache Pin
ranjan_namitaputra19-Sep-09 9:57
ranjan_namitaputra19-Sep-09 9:57 
AnswerRe: How to clear Client Cache Pin
Abhishek Sur19-Sep-09 10:09
professionalAbhishek Sur19-Sep-09 10:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.