« Previous Next »

Answered Thread: HTTP Error 500.24 - Internal Server Error

Last post 03-09-2009 2:12 PM by ma_khan. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 03-09-2009, 5:37 AM

    HTTP Error 500.24 - Internal Server Error

    Hi,

         I am new to this forum & also for configuring IIS 7.0 for PHP development. I done all the steps from the resources available in internet but getting the following error.

     ERROR: 

    Server Error in Application "DEFAULT WEB SITE"Internet Information Services 7.0

    Error Summary
    HTTP Error 500.24 - Internal Server Error
    An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. Detailed Error InformationModule ConfigurationValidationModule
    Notification BeginRequest
    Handler StaticFile
    Error Code 0x80070032
    Requested URL http://localhost:80/
    Physical Path D:\Scriptorium_test
    Logon Method Not yet determined
    Logon User Not yet determined
     Most likely causes:
    system.web/identity@impersonate is set to true.
     Things you can try:
    If the application supports it, disable client impersonation.
    If you are certain that it is OK to ignore this error, it can be disabled by setting system.webServer/validation@validateIntegratedModeConfiguration to false.
    Move this application to an application pool using Classic .NET mode - for example, %SystemRoot%\system32\inetsrv\appcmd set app "Default Web Site/" /applicationPool:"Classic .NET AppPool"
    (You can set "Classic .NET AppPool" to the name of another application pool running in Classic managed pipeline mode)  Links and More InformationIf you are not sure or unable to use the first two options, then it is preferred that you move this application to Classic mode.
    View more information »

    -------------------------------------

    I want my PHP files to be executed via IIS. Please help to figure out this pblm.

     

    Regards,
    Hemalatha
  • 03-09-2009, 2:12 PM In reply to

    Answered Re: HTTP Error 500.24 - Internal Server Error

    Did you run this from the command prompt and check

    %SystemRoot%\system32\inetsrv\appcmd set app "Default Web Site/" /applicationPool:"Classic .NET AppPool"

    Also for configuring IIS with PHP check this out http://www.iisworkstation.com/2008/08/installing-php-5-on-iis-7-with-fastcgi.html

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Page 1 of 1 (2 items)
Microsoft Communities