How to avoid getting prompted to install name.dll or to allow it's execution (IE 7.0 only)

What changes are needed to a public site with anonymous access to avoid name.dll gets executed on the client

I created a product information site and opened this to the public. I customized a master page for my public pages where I removed most of the navigators and menues. I customized the login button to hide it behind the site logo.

Now, if people access the site from IE 7.0 they are prompted to install name.dll or to allow it's execution. The problem seems to exist in IE 7.0 only, I have not seen it with IE 6.0. If you have IE 7.0 you can go to http://notes-development.net to see what I mean.

How can I stop this prompt for annomyous users visiting my site What is the piece of code that needs to be removed from the master page Is this standard behaviour

I'm aware that users can just ignore the message or add the site to the list of trusted sites. But in my opinion this is not a viable solution for a public Web site.

I hope someone has already fixed this.

Regards

Peter
----------------------------------------------------------------
Peter Gloor, Consultant
Notes Development AG
CH-9056 Gais, Switzerland



Answer this question

How to avoid getting prompted to install name.dll or to allow it's execution (IE 7.0 only)