Re: Modifying application folder structure results in application rest
- From: "George Ter-Saakov" <gt-nsp@xxxxxxxxxxx>
- Date: Tue, 3 Jun 2008 12:39:39 -0400
Actually from my experience it does recycle on create/rename sub folder
event in app_data. Not sure about file's events.
George.
"bruce barker" <brucebarker@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5EB9AD27-CB4E-4D08-A85F-8A80D3E997B9@xxxxxxxxxxxxxxxx
asp.net runs a file monitor and recycles on any change in any folder under
its vdir except app_data. you have a couple options.
1) switch to fat file system that does not support file monitoring
2) place the sub apps under the app_data folder.
3) (most logical) do not have the /content physical file folder under the
root app's file folder, but create the vdir under the root.
-- bruce (sqlwork.com)
"IUnknown" wrote:
Ok, we are all aware of the situation where modifying the folder
structure (adding files, folders, deleting files, etc) will result in
ASP.NET triggering a recompilation/restart of the application.
In a nutshell, I understand how this can be considered desireable by
some, but I am not one of those people.
My situation is that we have a root site (hosted @
http://www.mydomain.com)
in the root application folder '/'.
This is an ASP.NET 2.0 application, running in it's own application
pool. It is sporatically updated (receives about 1 production build
per quarter). This site isn't allowed to be down.... ever... :)
Beneath this site, in '/content/someOtherApplication' is running an
older .NET 1.1 application in a seperate application pool, configured
as an application in IIS......that receives almost daily updates.
So, when a new build to /content/someOtherApplication is pushed, the
root application '/' restarts as well.
Definitely a bad situation, and something I am looking to avoid.
Aside from telling me to put things in non-nested virtual directories
(which is absolutely not an option), what can I do?
In a perfect world, I would like to simply tell ASP.NET to NOT restart
the apps automagically, but I suspect there is some other means to
configure this so that I can retain that 'feature' for appropriate
scenarios.
Thanks in advance.
.
- Follow-Ups:
- Re: Modifying application folder structure results in application rest
- From: Juan T. Llibre
- Re: Modifying application folder structure results in application rest
- References:
- Prev by Date: Ajax newsgroup?
- Next by Date: IHttpModule Questions
- Previous by thread: RE: Modifying application folder structure results in application rest
- Next by thread: Re: Modifying application folder structure results in application rest
- Index(es):
Relevant Pages
|
Loading