Vous devez être membre et vous identifier pour publier un article.
Les visiteurs peuvent toutefois commenter chaque article par une réponse.
ClickOnce sur un autre serveur que IIS?
Article publié le 19/02/2007 16:57:01Steph, si tu veux mettre bibliobrol avec click once, j'ai trouvé ceci :
Il est possible d'utiliser ClickOnce avec un autre serveur que IIS. Deux cas sont possibles:
- Vous avez accès à la configuration du serveur, ajoutez ceci dans le fichier "mime.type":
Code INI (5 lignes)
application/manifest manifest application/xaml+xml xaml application/x-ms-application application application/x-ms-xbap xbap application/octet-stream deploy
- Vous utilisez un hébergement mutualisé, rajoutez un fichier .htaccess dans le même dossier que l'application qui est déployée. Ce fichier contiendra:
Code INI (5 lignes)
AddType application/manifest .manifest AddType application/xaml+xml .xaml AddType application/x-ms-application .application AddType application/x-ms-xbap .xbap AddType application/octet-stream .deploy
Un article de Fred
Source : faqcsharp.developpez.com
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 13/09/2004, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/ast-rf-389.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.