我以
www.altn.com 為例,一步一步的告訴你們怎樣做,使 MD WorldClient 能在 IIS 下運行。
The following information on how to configure WorldClient to operate under IIS6 was taken from article #01465 of the MDaemon Knowledge Base at
www.altn.com:
1. Open the Internet Information Services Management Console.
2. Right-click on Application Pools.
3. Choose New/Application Pool.
4. Name the Pool Alt-N and click the OK button.
5. Right-click on Alt-N.
6. Click on Properties.
7. Click on the Performance tab.
8. Uncheck the options for Shutdown worker processes after being idle for (time in minutes): and Limit the kernel request queue (number of requests).
9. Click on the Identity tab.
10. In the dropdown for Predefined, choose Local Service.
11. Click the OK button.
12. Right-click on Web Sites.
13. Choose New.
14. Click on Web Site. (This will launch a wizard)
15. Click on the Next button.
16. Type in a name for the site such as WorldClient.
17. Click on the Next button.
18. Click on the Next button again.
19. Browse to the Home directory: which will be C:\MDaemon\WorldClient\HTML with a default installation.
20. Click on the Next button.
21. Make sure the options for Read and Run Scripts are checked.
22. Click on the Next button.
23. Click on the Finish button.
24. Right click on the website you just made (WorldClient).
25. Choose Properties.
26. Click on the Documents tab.
27. Remove all listed documents.
28. Add WorldClient.dll.
29. Choose the Home Directory tab.
30. Choose Alt-N in the Application Pool dropdown.
31. Click the OK button.
32. Click on Web Service Extensions.
33. Enable All Unknown ISAPI Extension or Create a new one for WorldClient.DLL.