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

ASP.NET

 
GeneralRe: Server error Pin
n_gchaitra15-May-07 18:59
n_gchaitra15-May-07 18:59 
GeneralRe: Server error Pin
Venkatesh Mookkan15-May-07 21:43
Venkatesh Mookkan15-May-07 21:43 
GeneralRe: Server error Pin
n_gchaitra17-May-07 18:12
n_gchaitra17-May-07 18:12 
GeneralRe: Server error Pin
Venkatesh Mookkan18-May-07 21:07
Venkatesh Mookkan18-May-07 21:07 
QuestionRe: Server error Pin
n_gchaitra20-May-07 17:25
n_gchaitra20-May-07 17:25 
AnswerRe: Server error Pin
Venkatesh Mookkan22-May-07 22:17
Venkatesh Mookkan22-May-07 22:17 
QuestionUnique Clicks??? Pin
wEb GuRu...9-May-07 23:31
wEb GuRu...9-May-07 23:31 
AnswerRe: Unique Clicks??? Pin
SimulationofSai10-May-07 0:10
SimulationofSai10-May-07 0:10 
Im not sure if this method works right. Most ISP's hide a lot of user's behind one public IP. The IP gets Natted in and out of the ISP's network.
The HttpRequest.UserHostAddress returns the IP of the last server in the chain. It could be a proxy, a NAT or just a intermediate server.
If you're looking for every unique session, just use the Session_OnStart in global.asax. Or if you want to capture every unique user, even though he may have multiple sessions open, you have to dig deeper into the Request object and try a combination of members.

Regards,
SG
Questionhow to get the country info from IP Address Pin
King Shez9-May-07 22:21
King Shez9-May-07 22:21 
AnswerRe: how to get the country info from IP Address Pin
N a v a n e e t h9-May-07 22:33
N a v a n e e t h9-May-07 22:33 
QuestionLOADING A WIN32 DLL FROM A WEB SERVICE Pin
phijophlip9-May-07 21:58
phijophlip9-May-07 21:58 
QuestionOpen a modal dialog box (page with calender control) Pin
deep79-May-07 21:46
deep79-May-07 21:46 
AnswerRe: Open a modal dialog box (page with calender control) Pin
Sylvester george9-May-07 22:06
Sylvester george9-May-07 22:06 
QuestionThread concept in ASp.Net Pin
Zaroo9-May-07 21:23
Zaroo9-May-07 21:23 
AnswerRe: Thread concept in ASp.Net Pin
Sandeep Akhare9-May-07 21:54
Sandeep Akhare9-May-07 21:54 
AnswerRe: Thread concept in ASp.Net Pin
N a v a n e e t h9-May-07 22:31
N a v a n e e t h9-May-07 22:31 
AnswerRe: Thread concept in ASp.Net Pin
Guffa9-May-07 23:26
Guffa9-May-07 23:26 
GeneralRe: Thread concept in ASp.Net Pin
Zaroo10-May-07 19:15
Zaroo10-May-07 19:15 
QuestionI need some Exampls web Based Online Projects Pin
somagunasekaran9-May-07 21:14
somagunasekaran9-May-07 21:14 
AnswerRe: I need some Exampls web Based Online Projects Pin
wEb GuRu...10-May-07 0:05
wEb GuRu...10-May-07 0:05 
QuestionASP.NET Client validation with java script Pin
mkalyanakumar9-May-07 21:01
mkalyanakumar9-May-07 21:01 
AnswerRe: ASP.NET Client validation with java script Pin
SimulationofSai9-May-07 21:08
SimulationofSai9-May-07 21:08 
GeneralRe: ASP.NET Client validation with java script Pin
mkalyanakumar9-May-07 22:30
mkalyanakumar9-May-07 22:30 
QuestionASP.NET Client validation with java script Pin
mkalyanakumar9-May-07 20:51
mkalyanakumar9-May-07 20:51 
AnswerRe: ASP.NET Client validation with java script Pin
PSK_9-May-07 21:18
PSK_9-May-07 21:18 

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.