D
David Thielen
Hi;
I need to have the following in Web.config:
<location path="help/login*.htm">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
But it does not like the * in login*.htm. We have this as the help files for
the login page - but we have login.htm, login-en.htm, login-en-us.htm, etc.
28 so far and growing. Do we need to list each languages help as a seperate
<location> set of nodes?
If so this is a giant PITA. (Microsoft still seems to not think through
globalization issues that well.)
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
I need to have the following in Web.config:
<location path="help/login*.htm">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
But it does not like the * in login*.htm. We have this as the help files for
the login page - but we have login.htm, login-en.htm, login-en-us.htm, etc.
28 so far and growing. Do we need to list each languages help as a seperate
<location> set of nodes?
If so this is a giant PITA. (Microsoft still seems to not think through
globalization issues that well.)
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm