Re: FormsAuthentication.RedirectFromLoginPage()



Mark,

First, is this 2.0 or 1.x? In 2.0 they have a CreateUserWizard control
that you can set what URL you want to send them to after they
successfully register with your site. In addition the Membership API
helps to take care of managing all your users. But I am thinking,
based on your post, that you are doing this in 1.x.

I heard today at the VS Live show, that the cookies collection can be
tricky, because it actually contains all of the incoming and outgoing
cookies in the same collection. The way they handled this was to
change the cookie directly in the Response.Headers["Cookies"]
collection.

All of this probably does not help, but it's late.

Thanks,
Chris

.