English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hello All,
I am new bee of C#.Net . I want to know the coding process to get information about the client information. For example, If you are running my Web it will save your information in the data base, such as IP Address, Broswer Name, etc.......

I want to develop a web system which will allow access to a particular IP address. All IP adderess can not access this website.... Becuase It is very secured page...Only Some Poeple from their office will access this site....

Thanks in advance

2007-02-18 18:46:04 · 1 answers · asked by Jack J 1 in Computers & Internet Programming & Design

1 answers

Use HttpRequest object.

for example:
Request.UserAgent for getting browser name of the client
Request.HostAddress for the IP address

There are much more properties of this class, you can check them in MSDN

2007-02-18 23:54:51 · answer #1 · answered by vin 2 · 0 0

fedest.com, questions and answers