Hi everybody,

I Try to call DLL via Web Service.
You can see my code below.
[DllImport(@"/dll/xxx.dll", CharSet = CharSet.Ansi,
CallingConventi on = CallingConventi on.Winapi,
EntryPoint = "XXX", SetLastError = false)]

/dll/ is virtual directory on my IIS and when I launch http://localhost/yyy/dll/ listing xxx.dll and clicked then I able to open...