Skip to main content

Internet Explorer 7 n'aime pas le no-touch

No-touch est un mode ultra-simple de déploiement qui permet aux applications .net de se mettre à jour automatiquement, de manière transparente pour l'utilisateur et sans la complexité de déploiement d'une application ClickOnce. Mais Internet Explorer 7 ne semble pas l'apprécier. Il considère dorénavant que la zone intranet (y compris la machine locale!) est non fiable, et ignore donc les applications no-touch.

La solution est simplement de déclarer que la machine hébergeant l'application no-touch est dans les "sites de confiance". Mais pour la trouver, c'est tout sauf intuitif.

Hier, j'ai perdu quelques heures à trouver le problème. J'ai fait un déploiement no-touch d'application .net. En général, ça ne pose aucun problème. Mais là, l'application se lançait mais les assemblages composants étaient introuvables. Au lieu de donner un message d'erreur ou de sécurité IE7 se contente de télécharger le fichier pour l'exécuter en local. Aucun moyen pour l'utilisateur final de savoir que c'est un simple téléchargement au lieu d'une exécution d'application no-touch.

De toute évidence, le déploiement no-touch n'a pas été testé avec IE7, et il fonctionne uniquement parce qu'IE7 est basé sur le code d'IE6. J'ai eu beau chercher les paramètres de sécurité à modifier pour permettre le no-touch sur la zone Intranet, je n'ai rien trouvé. L'exécution d'applications .net (y compris non signées) y est autorisé par défaut, et pourtant pas de no-touch.

IE est le seul navigateur supportant le déploiement no-touch qui est, rappelons-le, une technologie uniquement Microsoft. Si IE7 ne permet plus le déploiement no-touch, autant dire que Microsoft a délaissé no-touch. J'en reparlerai ici.

Comments

Popular posts from this blog

Gift idea : help your loved ones take their IT skills to the next level

You surely know a special person who works in IT. Learn Kubernetes & Docker enables them to quickly ramp up on those two technologies that one doesn't want to miss in 2021. With smoother operations, better scaling and availability, DevOps tooling, containers and containers orchestration smartly solve many problems that developers and system administrators commonly face. Don't let your loved ones face problems in their IT job : offer them the book that takes them from zero to productive in a matter of days. Grab it now! Get the ebook from Leanpub , Amazon or choose from many retailers . Get the print edition from Lulu .  

Learn Meteor book available

I'm pleased to announce the general release of my Learn Meteor book. It is now available as an ebook or print book from various sources: Learn Meteor print (paperback) on Lulu Learn Meteor ebook on LeanPub Learn Meteor ebook on Barnes & Noble Learn Meteor ebook on iBooks Learn Meteor ebook on Kobo Learn Meteor ebook on Scribd Learn Meteor ebook on Inktera Page Foundry Learn Meteor ebook on 24symbols Learn Meteor ebook on Amazon US Learn Meteor ebook on Amazon UK Learn Meteor ebook on Amazon France Learn Meteor ebook on Amazon Deutschland Learn Meteor ebook on Amazon Canada Learn Meteor ebook on Amazon India Learn Meteor ebook on Amazon Brasil Learn Meteor ebook on Amazon Mexico Learn Meteor ebook on Amazon España Learn Meteor ebook on Amazon Italia Learn Meteor ebook on Amazon Netherlands Learn Meteor ebook on Amazon Japan Learn Meteor ebook on Amazon Australia More sources are coming soon for the print version. Learn Meteor has been a fun expe...

Learn ASP.NET Core: read the book as it is being written

     TL;DR: get the discounted book now using the coupon , then get the full version for free. Thanks to the great acceptance of my previous books, ( Learn WPF MVVM ,  Learn ASP.NET MVC and Learn Meteor ), I'm in the process of writing a fourth one. Learn ASP.NET Core - MVC and DI with .NET Core 1.1 using Visual Studio 2017 teaches you how to quickly get coding using that technology. Just as I did previously, I'm publishing it before it is even finished. Would you like to read it? You can get it for half the price: 50% off the book using that coupon (limited to the first 100 readers and up to august 1st 2017): http://leanpub.com/netcore/c/K9mHH0IzfI2F About 50% of the book is already written, yet it is already available for download as an ebook: PDF, EPUB, MOBI: you choose your format. Over the next days I'll be writing the rest of the book, and publishing updates often. The final book will be ready by au...