J
Joe Bonavita
I want to use a mix of windows and forms to authenticate my forms. Most
forms don't need form authentication but a few do. The ones that do are in a
seperate folder.
I'm trying to use the <location path="test"> element but something doesn't
seem right. I don't think I'm putting it in the right place. What I did is
put it before <system.web> and then created another <system.web> after the
closing </location> tag.
I'm not sure if this is right. Also, can this work with all forms under that
folder or do I need to specify one?
I need the user to be directed to another page before viewing the pages
under the test folder.
Thanks,
Joe
forms don't need form authentication but a few do. The ones that do are in a
seperate folder.
I'm trying to use the <location path="test"> element but something doesn't
seem right. I don't think I'm putting it in the right place. What I did is
put it before <system.web> and then created another <system.web> after the
closing </location> tag.
I'm not sure if this is right. Also, can this work with all forms under that
folder or do I need to specify one?
I need the user to be directed to another page before viewing the pages
under the test folder.
Thanks,
Joe