I would like to know how can I detect from classic ASP or a COM
component if the application pool in use is configured for integrated mode.
I cannot read applicationHost.config, I would like to use some API that
requires no administrative rights.
Thank you.
Best regards,
Marvin
What do you actually want to do.
By the time your ASP or COM component detects the mode, it can do
nothing about it.
The most effective way to condition code execution by IIS mode is via
preConditions.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//