static ip address
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi i want to store static ip address to my database because if any one upload a video form their machine at any country i have to know this uploaded file uploaded by which ip and which country so how to get static ip address please help me
with regards, bretto
-
hi i want to store static ip address to my database because if any one upload a video form their machine at any country i have to know this uploaded file uploaded by which ip and which country so how to get static ip address please help me
with regards, bretto
Page.Request.UserHostAddress.ToString();
is this you was looking for ?