I have a web page say for ex: http://mysite.com/index.aspx and this page will be invoked from my client end which is a web application not sure about the platform! whether it could be c#, java, php or anything Say(http://myclient.com)
I need to get who is accessing my web page.
I tried URL Request.UrlReferrer but it is not working throws null exception.
Please share your ideas.