davids_media Posted March 25, 2012 Share Posted March 25, 2012 I am in the middle of creating an E-Commerce website in PHP (using EasyPHP) and I have run into some problems I have a file called Logout.php which is designed to log registered database users out of a session. However when I go to view the page, I get this ASP.NET IIS7 message: HTTP Error 500.24 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. This is obviously a php file I have developed, but I do not understand why it is doing this. I have attached the entire project to the message (once unzipped, look for "logout.php") to demonstrate what I am doing, help would be very appreciated please. 17875_.zip Link to comment https://forums.phpfreaks.com/topic/259710-major-issue-with-logging-in-and-out/ Share on other sites More sharing options...
requinix Posted March 25, 2012 Share Posted March 25, 2012 In IIS, change the application pool for your website to a classic ASP.NET pool. PHP isn't making use of integrated mode anyways. Link to comment https://forums.phpfreaks.com/topic/259710-major-issue-with-logging-in-and-out/#findComment-1331073 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.