Am using apache and iis server for development purpose in my Win7 PC. IIS is listening to port:81 and apache port:80. recently i tried running PHP in IIS for that, i installed web platform installer when 'Web Deployment Agent Service' was installed. Then MsDepSvc.exe
service also started running in 80 conflicting with Apache. I tried reinstalling the service using the command line by... msiexec /i /passive ADDLOCAL=ALL LISTENURL=http://+:8080/MSDEPLOY2/ the installer starts and then disappears, but the service still runs
in the same port. Is there any GUI configuration method in IIS Manager. thanks in advance.
↧