More on IIS integration
Thu, 2009-07-30 07:07
In VS.Php 2.7 I made changes to the IIS integration in which you could use IIS with any existing project by simply changing the debug mode in the project properties. I also had removed the Local IIS project from the new project types. In the lastest build, I reintroduced the Local IIS project which creates a standard PHP 5 local project and then runs the IIS configuration wizard for the project.
Also, in the case you run into this type of error:
Make sure you install the CGI component in IIS:
You can get the latest VS.Php 2.7 here:
- juanc's blog
- Login or register to post comments
juanc says:
I'm adding a check to make sure this component is installed so you don't run into this issue.