Blocked website?
Hi,
I'm trying to run a simple vb program (see below) using LinqPad5 (running as administrator). When the program executes I get an IE popup window saying "Content from this application coming from the website listed below is being blocked by Internet Explorer Security Configuration." The website listed is "about:security_LINQPAD.exe". Why is this occurring and how do I fix it?
Sub Main
system.console.writeline(System.Globalization.CultureInfo.CurrentCulture)
End Sub
I'm trying to run a simple vb program (see below) using LinqPad5 (running as administrator). When the program executes I get an IE popup window saying "Content from this application coming from the website listed below is being blocked by Internet Explorer Security Configuration." The website listed is "about:security_LINQPAD.exe". Why is this occurring and how do I fix it?
Sub Main
system.console.writeline(System.Globalization.CultureInfo.CurrentCulture)
End Sub
Comments
https://technet.microsoft.com/en-us/library/dd883248(v=ws.10).aspx
Thanks for your response. No, enhanced security is off. Why is LinqPAD even trying to access the internet?
Update for LINQPad 6 users: go to Edit | Preferences > Results and click the checkbox to enable the Edge Chromium browser. That will work around the IE security issue completely.