How to track the IP address
I want a mechanism by which after accessing a page for 3 attempts the page should become disabled or back button is disabled on browser in my ASP.NET application.
Also my text boxes r displaying the last few values entered which i do not want. For eg: in security-text textbox it displays the values entered in last few attempts.
Also I want to track the IP address. How can i do it?
Can anyone tell me.
|