Click to See Complete Forum and Search --> : How 2 change /bin dir or use an "assembly cache location" ???


Yovav
February 22nd, 2003, 05:27 PM
Hello all,

How can I change the place of the .DLL file
(currently on MyApplication\Bin)

I read there is a way to use one dir for all DLLs
on http://samples.gotdotnet.com/quickstart/aspplus/doc/deployment.aspx
(Resolving Class References to Assemblies)

But how 2 implement this ???

My test app is: http://localhost/NETTest1
and it has a sub dir (bin) with the DLL in it,

What should I do if I want to run
http://localhost/NETTest1
http://localhost/NETTest2
http://localhost/NETTest3

And have ALL DLLs in some other dir
(http://localhost/MyScripts)
http://localhost/MyScripts/NETTest1.DLL
http://localhost/MyScripts/NETTest2.DLL
http://localhost/MyScripts/NETTest3.DLL


I'm new with .NET stuff
is there hope 4 me ?