Re: w3wp.exe locking DLL and PDB files.
From: Scott Allen (bitmask_at_[nospam)
Date: 11/23/04
- Next message: Chris: "RE: Application Error"
- Previous message: Valery Pryamikov: "Re: Reverse usage of public/private RSA encryption keys for licensing?"
- In reply to: Scott Allen: "Re: w3wp.exe locking DLL and PDB files."
- Next in thread: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Reply: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Reply: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 13:00:53 -0500
Of course this would have to happen before the web app tries to load
the assembly....
-- Scott http://www.OdeToCode.com/blogs/scott/ On Tue, 23 Nov 2004 11:53:30 -0500, Scott Allen <bitmask@[nospam].fred.net> wrote: >I have not tried this, but you might be able to modify the >ShadowCopyDirectories property of the appdomain to include your custom >path, ie: > >AppDomain.CurrentDomain.SetShadowCopyPath( > AppDomain.CurrentDomain.SetupInformation.ShadowCopyDirectories + > ";" + > "[CustomPath]" > ); > > >Again, I have not tried this, but let me know if you do or do not get >it working, I might investigate some more this evening.
- Next message: Chris: "RE: Application Error"
- Previous message: Valery Pryamikov: "Re: Reverse usage of public/private RSA encryption keys for licensing?"
- In reply to: Scott Allen: "Re: w3wp.exe locking DLL and PDB files."
- Next in thread: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Reply: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Reply: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|