Application restart IIS7

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

Guest

Hi,

We are creating .aspx and .aspx.vb files in our application using the
StreamWriter. This works fine in IIS6, but when doing this in IIS7 the
application restarts every time.

Any ideas?
 
Actually, it should make the application restart in IIS 6.0 as well.
ASP.NET Monitors the web application folder and subfolders for changes.
Whenever
a file, an assembly in the /bin folder, or the web.config is changed, the
application is *Supposed* to recycle. Are you sure that this particular
methodology is what you want?
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