Where to put DLL so that web service can load it

Jell

Member
Joined
Mar 5, 2004
Messages
10
I have written a vc++.net web service.
This web service should load a c++ DLL.

but when i run my web service i find that my DLL is not loading.
where should i put (in which path/directory) the DLL, so that the web service can load it?

ps: right now i have tried putting it in Project Folder(where rest of my web service code is)...and also in virtual directories Bin folder...but DLL Is not loading when put in these 2 places.
 
Back
Top