Canalblog
Editer l'article Suivre ce blog Administration + Créer mon blog
Publicité
share Thinking ...
share Thinking ...
  • I am an engineer in computer science. Software building is one of my first passions. I have a little more than 3 professional experience years....I won't let you discover all about me now, let's share here a while, maybe i will provide the help you need.
  • Accueil du blog
  • Créer un blog avec CanalBlog
Publicité
share Thinking ...
25 février 2008

Impact du mode debug activée en production - ASP.NET

Pour plus de détails:

http://www.techheadbrothers.com/Astuces.aspx/mode-debug-production

Voici un lien qui explique bien les effets du debug==true dans le web.config, lorsque l'application est déployée en production. Une solution est proposée pour forcer les applications à ignorer ce réglage du web.config. Dans "machine.config", il faut configurer:

<configuration>

  <system.web>

    <deployment retail="true" />

  </system.web>

</configuration>



Publicité
Publicité
Commentaires
Publicité