unprotecting subcontent in IIS
Cantor, Scott
cantor.2 at osu.edu
Fri Jul 27 13:07:01 EDT 2012
On 7/27/12 6:17 AM, "Chris Franks" <chris.franks at newcastle.ac.uk> wrote:
>
>Is it possible to set this up within the config file? I've tried:
>
><Host name="host.ncl.ac.uk">
> <Path name="Error.aspx" authType="shibboleth" requireSession="false"/>
></Host>
><Host name="host.ncl.ac.uk" authType="shibboleth" requireSession="true"/>
>
>Without any luck.
If that didn't work, then the page isn't actually located at the root of
the site. There's no need to repeat a setting like authType either, or
even set it there.
>In Apache, I'd just use location blocks but I'm fairly new to IIS.
It's not IIS; there isn't any mechanism to attach settings to content, so
I had to hack something up myself.
-- Scott
More information about the users
mailing list