I have a web application written in ASPX.NET and executing on Windows server 2012R2.
If I read debug correctly dnsapi.dll is crashing (send mail which always send email to localhost SMTP)
How it's possible to crash dnsapi.dll for accessing localhost SMTP even there is etc/hosts line:
127.0.0.1 localhost
link to crash dump
send mail function is inside try catch block and this error is occurring rarely
any help would be appreciated