Hello all,
I've been given the task of rewriting part of a 1.1 app as a new 2.0
app. I'll have to keep the old directory name so references from the
old app will sneakly direct the user straight into the new app.
Now, the old app used forms authentication, so my question is can i re-
use that authentication ticket so as not to have to worry about
authentication? The differences between old and new are: 1.1 vs. 2.0
and http://server/ vs. http://server/newdir.
Is it possible? And if so, what should I (not) include in my
Web.Config?
TIA,
Chris
Peter Bromberg [C# MVP] - 16 Oct 2007 19:54 GMT
Try adding enableCrossAppRedirects ="true" into the original and new Forms
authentication nodes in web.config.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> Hello all,
>
[quoted text clipped - 10 lines]
> TIA,
> Chris