Getting the IP address of server in ASP.NET?
How do I get the IP address of the server that calls my ASP.NET page? I have seen stuff about a Response object, but am very new at c#. Thanks a ton.
How do I get the IP address of the server that calls my ASP.NET page? I have seen stuff about a Response object, but am very new at c#. Thanks a ton.
I have a website on which I dynamically create Javascript code using ASP.NET handler in which I should add the referrer to a database.
I feel like i’ve done this a ton of times, but i can’t for the life of me figure out what is going wrong.
We use the URLReferrer and a code passed in on the query string to produce online videos so that only our paid clients can link to our video playback page. This system has worked well for some time. I know the URL referrer can be spoofed, but who would tell their clients to do such a thing to access a video ? It’s worked well for us.