T
tshad
We have 2 secure areas in our site, one for employees and one for managers.
If our web.config is set up like so:
<authentication mode="Forms">
<forms name="staffing"
loginUrl="/employee/EELogin.aspx"
timeout="400"
protection="All"
path="/" />
</authentication>
Both employee and managers get the same logon page when entering any pages
in the site.
Is there a way to set it up so that there are 2 logon pages one in the
employee folder and one in the manager folder?
Thanks,
Tom
If our web.config is set up like so:
<authentication mode="Forms">
<forms name="staffing"
loginUrl="/employee/EELogin.aspx"
timeout="400"
protection="All"
path="/" />
</authentication>
Both employee and managers get the same logon page when entering any pages
in the site.
Is there a way to set it up so that there are 2 logon pages one in the
employee folder and one in the manager folder?
Thanks,
Tom