I am running a Windows 2003 R2 server with both IIS and ColdFusion installed. Whenever the server is restarted and both IIS and ColdFusion processes are set to automatically start, ColdFusion starts before IIS, preventing IIS from starting due to a conflict on port 80. Whenever ColdFusion is started after IIS, it works perfectly.
Is there any way to delay a service's startup until after another service has finished starting up?
Any help would be appreciated!