How can you tell the application to look for assemblies at the locations other than its installed location?
Wednesday, July 8, 2009
You can do that by adding the following entry in the web.config file,
<probing privatePath="c:\yourlibrary; bin\debug" />
Subscribe to:
Post Comments (Atom)
0 comments
Post a Comment
www.codecollege.NET