ShadowCopyFiles - ASP.NET 20

  • Thread starter Thread starter Fredrik Rodin
  • Start date Start date
F

Fredrik Rodin

All,

As far as I know, ASP.NET 2.0 automatically enable ShadowCopyFIles in
the AppDomain. However, is there a way to run an ASP.NET 2.0
application _without_ ShadowCopyFiles enabled? Can I disable it in
web.config, machine.config or equal? Doing it in Application_OnStart
wont help since the AppDomain is already created.

Any hints or suggestions are more than welcome!

Thanks,
Fredrik Rodin

Running Framework 2.0.50727, webapplication is written in VB.NET
running precompiled via aspnet_compiler. Webserver is IIS 6.0 with
latest service packs.
--
 
There is a AppDomainSetup.ShadowCopyFiles property which can be enabled an
disabled but this can not be done for the default appdomain. Afaik the
answer to your question is no.

Markus
 
Back
Top