"Content within this application coming from the Website listed below is
being blocked by Internet Explorer Enhanced Security Configuration.
about:security_XXX.exe (where XXX is the name of my exe).
Any ideas what is causing this and how I can present content in the HTML
control without this warning? I am not familiar with "about:security_XXX.exe"
Thanks.
Isn't it obvious from the error message? Plugging "Internet Explorer
Enhanced Security Configuration" into your favorite search engine should
yield some reading material, e.g.
http://support.microsoft.com/kb/815141
http://www.microsoft.com/downloads/details.aspx?FamilyID=d41b036c-e2e1-4960-99bb-9757f7e9e31b
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
However, I'm looking for a programmatic way to supress this error message
and just have the CHtmlEditCtrl not display the "offending" content. If the
user has "require https for all sites in this zone" set for Trusted Sites,
then the URI cannot be added "about:security_xxx.exe"
I'd try this:
http://msdn.microsoft.com/en-us/library/ms537182.aspx
It's not clear precisely what your pages are doing that triggers the
problem. If it's, say, ActiveX controls, you would want to override
IInternetSecurityManager::ProcessUrlAction(URLACTION_ACTIVEX_RUN).