coure2011
coure2011

Reputation: 42434

Step-by-step guide for running PHP/MySQL on IIS 7.5

Any complete guide for setting/running PHP/MySQL on IIS 7.5?

Upvotes: 2

Views: 10049

Answers (2)

Lakerfield
Lakerfield

Reputation: 1091

A plugin to setup PHP in IIS: http://phpmanager.codeplex.com/

Upvotes: 1

Eric Petroelje
Eric Petroelje

Reputation: 60498

Setting up MySQL should be pretty easy - run through the windows installer and it should be painless.

Setting up PHP correctly in IIS is another matter though. I found this guide to be extremely helpful.

You can use the web platform installer for PHP to get up and running quickly, but my experience has been that it falls seriously short, especially if you need to support multiple PHP versions or different php.ini settings for different sites.

Upvotes: 2

Related Questions