C
Chris
Hi,
we run a webapplication where users must log in. So the web.config contains:
<authentication mode="Forms"/> and IIS is set to Anonymous authentification.
Now we want the same application to run inside our intranet. In this case,
windows authentification must be used, avoiding to have to log a second
time.
Is it possible to put together in web.config both
<authentication mode="Forms"/>
and
<authentication mode="Windows"/>?
Also, ist it allowed in IIS to take two authentification modes together
(Anonymous and Windows Integrated auth.)?
thanks
chris
we run a webapplication where users must log in. So the web.config contains:
<authentication mode="Forms"/> and IIS is set to Anonymous authentification.
Now we want the same application to run inside our intranet. In this case,
windows authentification must be used, avoiding to have to log a second
time.
Is it possible to put together in web.config both
<authentication mode="Forms"/>
and
<authentication mode="Windows"/>?
Also, ist it allowed in IIS to take two authentification modes together
(Anonymous and Windows Integrated auth.)?
thanks
chris