No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

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?

Astuces de l’Infobrol (dotNet)Article publié le 19/02/2007 16:57:01


Steph, 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":
  1. application/manifest manifest
  2. application/xaml+xml xaml
  3. application/x-ms-application application
  4. application/x-ms-xbap xbap
  5. 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:
  1. AddType application/manifest .manifest
  2. AddType application/xaml+xml .xaml
  3. AddType application/x-ms-application .application
  4. AddType application/x-ms-xbap .xbap
  5. AddType application/octet-stream .deploy


Avatar :: Fred Un article de Fred

Source : faqcsharp.developpez.com


Sélection, tri et recherche d'articles
FILTRER :
TRIER :1er critère : 2e critère :
CHERCHER : Dans les titres Dans le contenu


[Afficher les liens en fonction des critères du formulaire ci-dessus]

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.