Regarding IP Address
How to Extract the IP Address using C# in asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vasanthi raajanPosted May 21, 2008, 9:02 AM
Blocked AccountPosted May 21, 2008, 8:40 AM
U can get ip address by using that.
Request.ServerVariables[33].ToString();
Happy Coding!!