is it possible to use authentication mode=windows and forms togather in the
same project?
i have a 2 different asp pages in my application .one of them should be
authenticated with 'forms' mode and the other one with 'windows' mode.
i was able to do each one alone with the help of the <application> element
in the web.config but i could'nt make them both live togather in the same
project. is that possible?
Regards,
OreN
Paul Clement - 02 Aug 2005 13:48 GMT
¤ is it possible to use authentication mode=windows and forms togather in the
¤ same project?
¤ i have a 2 different asp pages in my application .one of them should be
¤ authenticated with 'forms' mode and the other one with 'windows' mode.
¤ i was able to do each one alone with the help of the <application> element
¤ in the web.config but i could'nt make them both live togather in the same
¤ project. is that possible?
Not really no since both require different IIS authentication settings. You will have to create
separate web apps.
Paul
~~~~
Microsoft MVP (Visual Basic)