Jagermeister Posted March 21, 2011 Share Posted March 21, 2011 Hi, First of all, hello everyone, I have just registered. We are having some serious problems migrating our servers from IIS6 to IIS7. Our servers run Windows Server 2008 R2 Enterprise, with IIS7.5 installed. PHP is version 5.2.17, non-thread safe, configured to run as FastCGI. All of the websites hosted are configured to use a Single Sign-on module for authentication, and application Pool is in "Integrated" mode. The problem is the following: In any website which uses PHP, when a "POST" request is sent, it timeouts. It doesn't matter the timeout value, it just stays there forever waiting. If I manually edit web.config file and remove the Single Sign-on module (without changing application pool or anything else), it works... But without authentication, of course. Do you know any workaround for that? I have read in some places that perhaps in 'Classic' mode it would work, but then we get a Single sign-on error. Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.