Tag Archives: IIS 7

Setup Free SSL Certificate For Testing On Development Environment In Windows IIS 7 Posted by in Tips And Tricks | Leave a comment

In order to develop a web application that requires secure base URL for users on HTTPS such as Facebook application, testing cookies across HTTP and HTTPS, etc; we will need to install a Free SSL Certificate just for testing on development environment. Continue reading

Upgrading To .Net Framework 4 Makes Form Elements Become Undefinded Or Unavailable Posted by in Problem Issue Error | Leave a comment

I’m working on a .Net web application project that run on IIS 7 with Application Pool on .Net Framework 2.0 and it’s working properly. After I upgrade the application pool to .Net Framework 4.0 version, all my form elements assigning or retrieving the value are stopped working. The form is generated dynamically in the code behind so I’m not sure how the >form< tag is built. Continue reading

Application pool ‘abc’ suffered a fatal communication error with the Windows Process Activation Service Posted by in Problem Issue Error | 3 Comments

I receive the System Warning more frequently: “A process serving application pool ‘abc’ suffered a fatal communication error with the Windows Process Activation Service. The process id was ’4864′. The data field contains the error number.”. I am running an … Continue reading

How To Install PHP 5 on IIS 7 with FastCGI Posted by in PHP | 2 Comments

I’m running PIWIK on IIS 7 with ISAPI on Windows Server 2008 as a website traffic statistics tool but sometime it raises 500 Internal Server Error. So I decide to try with PHP using FastCGI module to host the web application. Continue reading