Different behaviour with different debug mode...???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Emmanuel LANDREAU

    Different behaviour with different debug mode...???

    Hi,

    I'm developping an ASP .NET application in C#. In this application, I'm
    reading an XML file on each render of the page to set WebControl attrbiutes
    with the values of the XML file to do it in different languages.

    All is working in debug mode (compilation debug="true") but when I put
    debug="false", my control is well display but it did'nt read in the XML file
    the new value for the language. What can I do to solve that?

    Furthermore, when I'm changing (for ex, put a space carater) the concerned
    ascx file, and I reload the page, all is working good? What's the matter with
    that?

    Does anybody know the problem ?
    Thank a lot...

Working...