Check if in Integrated Pipeline Mode

Posted by xaw on Stack Overflow See other posts from Stack Overflow or by xaw
Published on 2010-05-03T23:21:16Z Indexed on 2010/05/03 23:28 UTC
Read the original article Hit count: 462

Is it possible to check if our code is executing in Integrated Pipeline Mode or not?

There are some ASP.NET class properties that only work in Integrated Pipeline Mode, and I want to avoid raising an exception if there is a way to test if our code is executing in that environment or not.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis