Building ActiveX Server Controls Remotely?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to build a simple ActiveX server control for use in my ASP pages. The coding part is going just fine, but the stopping and rebooting of my web servers is driving me crazy. If I just try to do a NET STOP on all the web services, the .dll *will* unload and I can copy it over, but when I try to do a NET START I get a 1068 error saying one of the support services failed to load. Which requires me to reboot the machine before I can get it working again. I've been searching through MSDN (which usually answers my questions just fine, but I can't find anything about remote compiling and stopping/starting the web services). If anyone has a better method, I'd love to hear it.