Quote:
Originally Posted by turk55
I rather use MySQL Community server for the MySQL connection and use IIS7 for apache
|
IIS is not apache, IIS is IIS.
IIS is good for a site that interfaces with a program running on the local machine (ASP based)
Honestly I like ASP better than anything else, but has a much greater learning curve than PHP.
Apache is more for development on windows, and is best used on Linux for production, as Apache tends to crash on windows more often.
I wouldn't use any wamp (windows apache mysql php) server package on windows unless you just plan to do some tests. IIS handles PHP very well through CGI and tends to be more stable if configured correctly. I've never had it crash, even through attacks which would easily fill the max possible connections for Apache and crash it.