What is the difference between XAMPP or WAMP Server & IIS?

前端 未结 7 2123
离开以前
离开以前 2021-01-30 12:42

I want to know what\'s the main difference between XAMPP or WAMP Server & IIS Server?

7条回答
  •  时光取名叫无心
    2021-01-30 13:20

    XAMPP and WAMP are both web server applications for PHP and MYSQL with the apache server. When we consider IIS, it also a web-server like apache runs on windows only.

    XWAMPP/WAMP - Windows,Apache,Mysql,PHP

    IIS - Apache,SQL Server, ASP.NET

    If you like to read more about XWAMPP vs WAMP

提交回复
热议问题