Ok, so, I’m having some problems because I was using WAMP Server as localhost, then a friend of mine told me about Microsoft’s VS for Web Developers.
Then, I started using Microsoft Webmatrix as my localhost and I uninstalled WAMP. But I started having some problems with the Webmatrix MySQL that I couldn’t fix, and I had the idea of having 2 localhosts on the same computer: Microsoft WebMatrix for using ASP.NET and C# and WAMP for PHP and MySQL, but I can’t use both at the same time.
Is it possible to change one of the localhost’s address, for example, change localhost to localhost2 on WAMP or on WebMatrix?
You should be able to configure either WAMP or WebMatrix to use a separate port, which will allow you to use
localhostfor both, but one on port 80, and the other on some other port.