Avoid asp.net restart when change files .dat

  • Thread starter Thread starter MumHa
  • Start date Start date
M

MumHa

My application has a subfolder where I put and change many files at
runtime.
On asp.net 1.1 it works very well, but on 2.0 the application is
restarted when I change many files.

How can I configure the asp.net to avoid monitor my subfolder?

I cannot believe that there's not a way to make this!

Help me, please!
 
MumHa,
It is my understanding that ASP.NET 2.0 is far more aggressive in folder /
file change monitoring than its predecessor. Suggest you consider a way to
have this data outside of the Web app vRoot.
Peter
 

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