Resource files and Application_end

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a strange situation.
I am working with an application which modifies the local and global
resources at runtime. Each time the files are modified, the Application_end
is raised.

Does this operation cause the Application_end event to occur?

Thanks

Yoav
 
Since a file is modified in the web, it fire a recompilation of the web
site, which is preceded by the end of the application.

Consider using an other format to store informations, such xml files.

HTH
Steve
 
Thanks

Steve B. said:
Since a file is modified in the web, it fire a recompilation of the web
site, which is preceded by the end of the application.

Consider using an other format to store informations, such xml files.

HTH
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top