Trace IP Address on ASP .net Programming

Asked By 60 points N/A Posted on -
qa-featured

Is it possible to trace an IP address in ASP .net programming when a system receives an email?

SHARE
Best Answer by Dawn Andarson
Answered By 5 points N/A #140953

Trace IP Address on ASP .net Programming

qa-featured

Hello Carolinehuber,

To find out the email address of the email sender.

Follow the below steps:

  1. Log into your Gmail account.
  2. Open the mail of which you want to track the IP address.
  3. To display the email headers. 
  4. Click on the inverted triangle beside Reply.
  5. Select Show Original.

Copy the headers and paste it to the dialog box on the page of the given link Below :

https://whatismyipaddress.com/trace-email As simple as that.

Best Answer
Best Answer
Answered By 5 points N/A #197288

Trace IP Address on ASP .net Programming

qa-featured

When we get an email, we get more than just the message. The email arrives with headers that hold significant information that can inform us from where the email was sent from and perhaps who sent it. For that, you would need to locate the IP address of the sender.

It is possible in asp.net programming. By recovering the IP of the tourist of a website is simple by using .NET (ASP.NET); there are numerous motives why you would want to do that. Well, in .NET 1.1 and 2.0 there are techniques in the System.Net namespace that do that.

Answered By 0 points N/A #140954

Trace IP Address on ASP .net Programming

qa-featured

Hello,

To track IP address of a system you may follow the step given below,

If you want to manually find the IP address you should follow this,

Look for Received: from followed by the IP address between square brackets [ ]

That should most likely be the IP address of the sender.

If there are many instances of Received: from with the IP address, select the IP address in the last pattern. If there are no instances of Received: from with the IP address, select the first ip address in X-Originating-IP.

Thanks.

Related Questions