View Single Post
  #1 (permalink)  
Old April 30th, 2019, 02:07 AM
philipjb philipjb is offline
Registered User
 
Join Date: Apr 2019
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post
Default The Edge did not like P2P

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
Reply With Quote
The Following User Says Thank You to philipjb For This Useful Post:
jminatel (April 30th, 2019)