I developed RTC ISAPI.dll with /TIME and / to return current server time, just to test ISAPI.dll.
Here is the issue:
Copy the DWE_DLL.dll to folder and create the site
www.PD2B.com point to this folder, set defult doument as DWE_DLL.dll.
Now I should be able to get server time by type
http://www.pd2b.com/ It returns server time, however the address bar changed to:
http://www.pd2b.com/DWE_DLL.dll. I do not want to see DWE_DLL.dll to show up.
if I type
http://www.pd2b.com/TIMEI got server Error and no time return, that means I need to use
http://pd2b.com/DWE_DLL.dll/TIMEI WANT to get time just type:
http://pd2b.com/TIMEHow can I get this done???
Even worse, If I use Safari and Type
http://www.pd2b.com, ask me to download DWE_DLL.dll file
I developed the same dll using WebBroker, IT works. Why RTC ISAPI.dll act differently and how can I get the default document working.
Thanks for your help.
Jianfei