Click here to Skip to main content
15,900,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRunning ActiveX coutrol with Javascript Pin
Abhishek Joshi16-Jul-06 1:32
Abhishek Joshi16-Jul-06 1:32 
AnswerRe: Running ActiveX coutrol with Javascript Pin
Jesse Squire16-Jul-06 3:10
Jesse Squire16-Jul-06 3:10 
QuestionAbout Dropdown List Control Pin
Abhishek Joshi16-Jul-06 1:12
Abhishek Joshi16-Jul-06 1:12 
AnswerRe: About Dropdown List Control Pin
Jesse Squire16-Jul-06 2:57
Jesse Squire16-Jul-06 2:57 
QuestionAbout Dropdown List Control Pin
Abhishek Joshi16-Jul-06 1:12
Abhishek Joshi16-Jul-06 1:12 
AnswerRe: About Dropdown List Control [modified] Pin
Wesley Samuel16-Jul-06 19:17
Wesley Samuel16-Jul-06 19:17 
QuestionProblem with transforming a part of xml file [modified] Pin
sishya16-Jul-06 0:55
sishya16-Jul-06 0:55 
QuestionFinding Visitor's IP Problem Pin
yersay16-Jul-06 0:22
yersay16-Jul-06 0:22 
Hi all
I am new in ASP.NET and i neet to find and record visitors IP address. i tried some ways but sorrily the IP of visitors are not real and i recieve just one IP for all visitors.i think that is a virtual IP of my HOST(10.0.0.3). i use this codees:
1) System.Net.Dns.GetHostByAddress(System.Net.IPAddress.Parse(System.Web.HttpContext.Current.Request.UserHostName)).HostName
2)System.Net.Dns.GetHostByAddress(Request.ServerVariables.Item("REMOTE_HOST")).HostName()
3)Request.ServerVariables("REMOTE_ADDR")
4)HttpContext.Current.Request.UserHostAddress.ToString
5)HttpContext.Current.Request.UserHostName.ToString
but i get Te IP:10.0.0.3 for all visitors.
Can anyone help me please and what is the problem??
thank all


AnswerRe: Finding Visitor's IP Problem Pin
Jesse Squire16-Jul-06 2:34
Jesse Squire16-Jul-06 2:34 
GeneralRe: Finding Visitor's IP Problem Pin
yersay16-Jul-06 10:46
yersay16-Jul-06 10:46 
GeneralRe: Finding Visitor's IP Problem Pin
Jesse Squire21-Jul-06 3:01
Jesse Squire21-Jul-06 3:01 
GeneralRe: Finding Visitor's IP Problem Pin
yersay21-Jul-06 19:02
yersay21-Jul-06 19:02 
AnswerRe: Finding Visitor's IP Problem Pin
dansoft16-Jul-06 15:32
dansoft16-Jul-06 15:32 
GeneralRe: Finding Visitor's IP Problem Pin
yersay16-Jul-06 18:37
yersay16-Jul-06 18:37 
QuestionHow to change the ToolTip message in a calendar Pin
Mohamed El Gohary15-Jul-06 23:53
Mohamed El Gohary15-Jul-06 23:53 
AnswerRe: How to change the ToolTip message in a calendar Pin
minhpc_bk16-Jul-06 23:58
minhpc_bk16-Jul-06 23:58 
QuestionVB.net 1.1Problem [modified] Pin
amaneet15-Jul-06 21:53
amaneet15-Jul-06 21:53 
QuestionRunning ASP and ASP.NET on IIS5.1 [modified] Pin
Anthony Potts15-Jul-06 8:01
Anthony Potts15-Jul-06 8:01 
AnswerRe: Running ASP and ASP.NET on IIS5.1 Pin
Jakob Farian Krarup15-Jul-06 21:24
Jakob Farian Krarup15-Jul-06 21:24 
GeneralRe: Running ASP and ASP.NET on IIS5.1 Pin
Anthony Potts16-Jul-06 18:55
Anthony Potts16-Jul-06 18:55 
Questiondiv Pin
adamoz15-Jul-06 5:41
adamoz15-Jul-06 5:41 
AnswerRe: div Pin
Mircea Grelus15-Jul-06 13:06
Mircea Grelus15-Jul-06 13:06 
Questiondisplaying html file on webpage Pin
pawanmishraji15-Jul-06 2:01
pawanmishraji15-Jul-06 2:01 
AnswerRe: displaying html file on webpage Pin
enjoycrack15-Jul-06 20:02
enjoycrack15-Jul-06 20:02 
GeneralRe: displaying html file on webpage Pin
RichardGrimmer17-Jul-06 2:57
RichardGrimmer17-Jul-06 2:57 

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.