Re: Time delay of minutes when ActiveX control is loaded

Tech-Archive recommends: Fix windows errors by optimizing your registry



that would explain why I had not seen it, I have turned certificates off for
other reasons. As far as getting MS to change that maybe we could get it
added to the posted wish list since it obviously has severe performance
issues.
al

"Goran" <Goran@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CF759B97-BCA4-4B45-84B5-81AD17ACB028@xxxxxxxxxxxxxxxx
Thanks for your answer. It made me investigate further:

* Created new Windows application project in VS 2005
* Built the application and executed it outside VS. The Form1 is displayed
without triggering my sw firewall.
* Added the "Microsoft Visio 11.0 Drawing Control" to the Form1.
* Built the app and executed it outside VS. The firewall is triggered. My
app is trying to contact crl.microsoft.com.

The conclusion is that it must be the Visio control trying to verify if
the
certificate has expired or not. To this I found a solution elsewhere on
the
net. It solves the problem globaly in Windows. Even if I can live with
that
solution I would still like to stop the Visio control from accessing the
internet locally in my app. Any suggestions?

Below is the solution to stop Windows from trying the verify if a
certificated
drivers certificate has expired or not:

* Start Internet explorer and click... Tools | Internet Options

* Click the Advanced tab, then scroll down to Security:

* Uncheck the boxes that say "Check for publishers certificate revocation"
and "Check for servers certificate revocation" (may require
restart)


"Al Edlund" wrote:

I haven't seen visio controls try to access the network. I have seen net
2.0
applications bring up an SVCHOST module though that appears to do DNS
calls.
I'd suggest you might want to check your initialization code to see what
kind of queries happen before you open the form/host.

al



.



Relevant Pages

  • Re: Accessing certificate store from ASP.NET web project
    ... My app gives you the name of the private key container - now you only need System.Security.AccessControl to set the necessary ACLs on it. ... case the cert must be in the local computer/personal) store - it will ... certificate two weeks ago. ... different user context than my vb.net web project. ...
    (microsoft.public.dotnet.security)
  • RE: Windows update error 0x800A138F
    ... >From the Windows Update.log, I found that now you have an error 0x800C0008. ... In IE, click on Tools, and select Internet Options from the drop-down ... Click on the Security tab. ... Check for a certificate called "Microsoft Root Authority". ...
    (microsoft.public.windows.server.sbs)
  • Re: Inet Delivery
    ... marfers notes for windows xp http://www.geocities.com/marfer_mvp/chatNotes.htm ... >> file and it's located in the program files inside the folder Inet Delivery. ... >> When I check the digital signature I found that the certificate already ... >> Internet. ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: How to let users log on from internet with admin privilges?
    ... Check out this behavior when multithreading in a ASP.NET app. ... > security on their home server, so maybe I could just warn them about basic ... > authentication and recommend they buy a certificate and use SSL. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ClickOnce and Certificate
    ... As developers it is our responsibility to keep the number of times a user is presented with these security dialogs as low as possible. ... Technically - execution of ClickOnce app without manifests signed by a trusted publisher can be administratively disabled - which would render your app inoperational. ... So you need a code signing cert every 12 months - which isn't too bad and btw - ClickOnce supports time stamping servers - which means your signed manifests don't expire when you cert expires and you *don't* have to re-sign your apps every 12 months.. ... these things about how you need a certificate to make ClickOnce work. ...
    (microsoft.public.dotnet.security)