I am working with ASP pages in WIN CE device. The web server is httpd. We have developed a COM for using in the ASP pages. Now we are facing an issue. The issue is once we loaded the home page and used the COM component, the httpd will not take newer version of COM we put. We currently restart the device for the httpd to take an updated COM component.
How can we correct the issue? Is it possible to stop httpd service and restart?.if yes, how?
We have limited ActiveSync capability using ConmanClient2.exe and cMaccept.exe
If you have the command-line processor on the device you can do
services stop htp0:services start htp0: