Error Message:
System error 1060 has occurred.
The specified service does not exist as an installed service.
Error executing c:\windows\system32\cmd.exe.
This issue is due to the differences in naming the IIS service on Windows XP and Windows 2000. In windows 2000 the service is called "World Wide Web Publishing Service", however in Windows XP it is called "World Wide Web Publishing".
In the Visual Studio project file for ActivEdit ASP open source edition, the build is setup to automatically stop, register the dll, and restart IIS. If you are experiencing the above error message open the project in Visual Studio, and goto Project > Settings > Pre Link Step and change the name of the service to match your operating system. Do the same for the Post-Build Step.