Working on Beginning ASP.NET 4.5.1 in C# and
VB. Chapter 8 Page 277 Step 9
Creating a simple link to p2p
"<a href="http://p2p.wrox.com" target="_blank">Image</a>"
When the page is run and the image clicked I get the following browser error page in Microsoft's Edge browser.
Virus/Spyware download blocked. If you believe this is an error contact your system admin.
Other software running on the machine that may be detecting this are.
McAfee Live Safe internet security & MalwareBytes.
Changing the http link to a https link solved the isue and all works fine.
Yours
Philip Bailey