Setup Free SSL Certificate For Testing On Development Environment In Windows IIS 7
Posted by
Hoan Huynh 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 →
Tagged: IIS, IIS 7, Self-Signed Certificate, SSL, Windows
Upgrading To .Net Framework 4 Makes Form Elements Become Undefinded Or Unavailable
Posted by
Hoan Huynh 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 →
Tagged: Application Pool, Framework, getElementById, IIS 7
Application pool ‘abc’ suffered a fatal communication error with the Windows Process Activation Service
Posted by
Hoan Huynh 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 →
Tagged: Application Pool, IIS 7, web server
How To Install PHP 5 on IIS 7 with FastCGI
Posted by
Hoan Huynh 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 →
Tagged: FastCGI, How To, IIS 7, ISAPI, PIWIK, Windows Server 2008