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.
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.