5

installed linqpad5 free version on windows server 2012 R2 machine. every time, after running the query , a popup shows "IE not trusted site error..."

whats the url needs to be added in IE's trusted site to allow linq pad results.

RaturiMic
  • 73
  • 1
  • 8
  • You shouldn't need to add a host to trusted sites for LINQPad to work. Perhaps you have something else mis-configured in IE? – NetMage Feb 07 '18 at 22:46
  • I get this too and it's a real pain. Sometimes I do not have rights or am on a machine where IE has never run before. – Daniel Williams Apr 01 '18 at 21:39

1 Answers1

6

The only one I needed to add was

about:security_LinqPad.exe
sgmoore
  • 15,694
  • 5
  • 43
  • 67
  • 2
    I had to uncheck the "Require server verification for all sites listed in this zone" in order to add the above then recheck it. Just in case anyone else has the same issue. – Andy May 23 '18 at 10:23
  • 2
    For LINQPad 6, use `about:security_LINQPad6.exe`. – wezten May 13 '20 at 13:48