Generally we should have control of our AppPools and be able to force the Managed Pipeline Mode. In my case I don't have control and would like to implement the code behind code a little differently based on the Managed Pipeline Mode (Integrated vs Classic). I just don't know how to detect this. Is there a simple way to do it from within the code behind page?
|
feedback
|
|
Look at ApplicationPool.ManagedPipelineMode and ServerManager.ApplicationPools Properties. So you can examine | |||
|
feedback
|