If you already install Xampp Apache running into your PC and later install the Visual Studio 2015, then there will port conflicts. Normally, Visual Studio overtake the default IIS HTTP port 80 and use it.
However, if you want both to be working by running one at a time.
Then, Right click the Web Publishing and 'Stop' it, also, Go the same Properties and set a Startup type: 'Manual'.
Then, try to restart the apache. It should be working.
On the other hand, when you need to start the Visual Studio part of service, you can do same thing manually and later disable it.
Hope that helps;
However, if you want both to be working by running one at a time.
To do that,
Type Services.msc from the run command prompt > scroll down to World Wide Web Publishing service.
OR go to Control Panel > Administrative Tools > Services.msc > World Wide Web Publishing service.
Type Services.msc from the run command prompt > scroll down to World Wide Web Publishing service.
OR go to Control Panel > Administrative Tools > Services.msc > World Wide Web Publishing service.
Then, Right click the Web Publishing and 'Stop' it, also, Go the same Properties and set a Startup type: 'Manual'.
Then, try to restart the apache. It should be working.
On the other hand, when you need to start the Visual Studio part of service, you can do same thing manually and later disable it.
Hope that helps;
No comments:
Post a Comment
Please post any queries and comments here.