You're viewing all posts tagged with PHP

How to manually attach debugging to ASP.NET process

This is the way to manually attach debugger to process when debugging mode is not properly running because of the account privilege, especially for PHP scripts in Visual Studio 2008.

PS. It’s been for age since the last post!

Comments

Installing PHP on IIS 7

Unlike IIS 5.1 running on WindowsXP, IIS 7.0 on Windows Vista and IIS 7.5 on Windows 7 are a lot different, in terms of setting up. Well, even though Windows Web Platform Installer can automate all the set up process, manual set-up needs be learned for troubleshooting.

Comments