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?
Peter Bromberg [C# MVP] - 09 Oct 2007 17:13 GMT
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