Posts

Showing posts with the label iis

SharePoint | Application Pool keeps going down

Problem: The SharePoint website keeps returning 404 and the application pool state goes to stopped after trying to open the URL of the site. Solution: It's possible that the user account/password is no longer valid. Change the user account associated with the application pool in IIS.

Orchard | Allow ashx files

Add this handler to system.webserver, handlers section of Web.config to allow theme/modules to open up ashx files: http://orchard.codeplex.com/discussions/260500

Adding mp4 extention to iis

Videos in mp4 aren't availble out of the box > inetmgr > site > mime types > add File name extention: .mp4 MIME Type: Video/mp4

PHP/MYSQL & IIS7 | Instalação

Problema: Instalar PHP (v5) no IIS7. Solução: Fazer o download do php. Descompactar para c:\; adicionar o mapa de scripts c:\php\php5isapi.dll or cgi Fonte: http://blogs.iis.net/bills/archive/2006/09/19/How-to-install-PHP-on-IIS7-_2800_RC1_2900_.aspx Install PHP on W2008 Server http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/ MYSQL Install extension=php_mysql.dll descomentar linha no php.ini em c:\windows (ficheiro copiado do php-dist de c:\php). reiniciar o iis