B
bb
i have a requirement to support forms and windows integrated
authentication, for an application.
i was going to use two nested web configs with differnet authentication
modes, which both end up assigning you a forms ticket (upon correct
login) and redircting you into the main app
however i understand you cannot have mixed authentication types for one
application.
instead im about to have two separate web apps, one windows one forms.
the windows one (on successful login) server.transfers you to the other
application (after setting some information in the context) the other
app then receives this instruction and sets your forms ticket.
this seems like my best solution, but is this really the way i should be
tackling this problem?
db
authentication, for an application.
i was going to use two nested web configs with differnet authentication
modes, which both end up assigning you a forms ticket (upon correct
login) and redircting you into the main app
however i understand you cannot have mixed authentication types for one
application.
instead im about to have two separate web apps, one windows one forms.
the windows one (on successful login) server.transfers you to the other
application (after setting some information in the context) the other
app then receives this instruction and sets your forms ticket.
this seems like my best solution, but is this really the way i should be
tackling this problem?
db