Home
Options

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

Comments

Sign In or Register to comment.