How to get the client ip address in ASP.Net MVC?
- by melaos
hi guys,
i'm totally new to the asp.net mvc stack and i was wondering what happened to the simple Page object and the Request ServerVariables object?
basically what i wanted to do is to pull out the client's pc ip address. but i fail to understand how the current MVC structure has changed all of this.
as far as i can understand, most of the variable object has been replaced by the HttpRequest variants?
anybody care to share some resources?
really a sea of stuff to learn in the asp.net mvc world :)
thanks.