I have a job that takes screen shot of a website on a given URL. IE control is instantiated inside the job (which is a console app). However the pages are not rendered correctly the security settings of the server on which the job is running. I found in some answers taht security settings can be controlled by IInternetSecurityManager.
I created a class that inherits from WebBrowser class and implements this interface and a couple of others similarly to the way it is done here. But this didn't solve my problem. Does this interface requires some activation or a special call in order to influence the behavior of the control.
Shortly I need somehow to customize security settings for the IE control.