A key Role in the Initial Growth of the World Wide Web

Apache Web Server Journal

Subscribe to Apache Web Server Journal: eMailAlertsEmail Alerts newslettersWeekly Newsletters
Get Apache Web Server Journal: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Apache Web Server Authors: Scott Quint, Lori MacVittie, Si Chen, Liz McMillan, Salvatore Genovese

Related Topics: Apache Web Server Journal, PHP Developer's Journal

Apache Web Server: Blog Feed Post

Screencast on IIS7 Suppport in VS.Php

In VS.Php 2.6 we added support for IIS7 projects. The idea is to allow you to use your local IIS7 webserver instead of the built-in apache server. The new project wizard does the following:

  • Creates a virtual directory on IIS that points to the project location
  • Set the permissions so that IIS can server on that location (usually in the user's projects directory)
  • Configure PHP for FastCGI
  • PHP configuration is per project so each project contains its own PHP configuration with its own unique php.ini file.
  • XDebug is configured by default.
  • read more

Read the original blog entry...

More Stories By Juan Rivera

Juan Rivera is the founder of Jcx.Software, a company focused on building the best PHP tools for the Microsoft development platform including Visual Studio 2005 and Visual Studio 2008. Juan founded Jcx.Software in 2001 after growing frustrated with the existing generation of PHP IDEs that were subpar to Visual Studio. Since 2003, VS.Php has been shipping to a growing community of PHP developers that choose Visual Studio for all their development needs. He has a masters from the Rochester Institute of Technology. In his spare time, Juan enjoys time with his wife and three kids.