ShadowCopyFiles - ASP.NET 20

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.
--
 
M

Markus Kling

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
 

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

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,226
Latest member
KristanTal

Latest Threads

Top