Click to See Complete Forum and Search --> : Asp 3.0


smilenitchal
09-05-2004, 05:35 AM
Hi,

If we are having two dll's of same name (say xdll) and are in different directories(say 'dir1' and 'dir2'on C-drive and D-drive), and my asp page (say yasp.asp) is in other directory(or drive), all three are in web server.

When i am calling the xdll.dll in yasp.asp page which will come into the picture? the c:\dir1\xdll.dll or d:\dir2\xdll.dll ??

;)

zingmatter
09-06-2004, 10:44 AM
Won't it depend on you server set up which will point to one or other rather than both...? Just guessing