I was working on my web-application for a long time now, and someone suggested that I shouldn't be using XAMPP for connecting with my database, as this will only work with the local computer. So I have uninstalled XAMPP from my computer and downloaded PHP 7.4.8
under C:\php
directory!
Suddenly the IIS Manager won't listen on localhost. I thought this might be my project so I have created a new project under C:\inetpub\wwwroot\website2
which has three files:
- iisstart.htm
- iisstart.png
- web.config
Even though the other project is disabled, and the new one enabled. the browser returns the following error (I have tried both port:80 and port:8080 just to make sure that this is not the issue!):
This site can’t be reached
localhost refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
By this error I have few questions to ask!
- How to ensure that IIS Manager works okay?
- Even though I have deleted XAMPP the
Apache Tomcat 8.0.27
is still installed on my computer. Should I delete that? - How to make the default app work again?