IIS7 - only serves up one page at a time. It's a making me crAzY!

后端 未结 8 1274
梦如初夏
梦如初夏 2020-12-05 08:25

Situation: Classic ASP application, using a custom Application Pool. Default settings.

On some IIS7 machines, IIS decides to serve only one page at a time.

8条回答
  •  温柔的废话
    2020-12-05 09:00

    If it isn't an issue with the debug settings, I've found that you can experience similar behavior when using session variables in ASP in IIS 8.

    I don't know that this is IIS 8 specific, but "ASP guarantees that only one request from a Session will be executing at any time." http://msdn.microsoft.com/en-us/library/ms972335.aspx

提交回复
热议问题