asp.net - Shadow Copy for un-managed .net resources -
i working on deployment scripts, script deploys updated binaries web application running under iis. can deploy new managed binaries while web application running (thanks shadow copy) not work un-managed binaries web application references.
want deploy complete web application contents (managed , un-managed) without recycling application pool or stopping website. how can that?
Comments
Post a Comment