Re: Response redirect Doesnt Work
From: dave (dave_at_edin.co.uk)
Date: 11/29/03
- Previous message: Manoj Pandole: "Access Denied for Powerpoint"
- In reply to: Raj Lealh: "Re: Response redirect Doesnt Work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 29 Nov 2003 10:55:40 -0000
FOUND IT!
The reason in my case was SmartNavigation="True" was set at the top of the
login.aspx page - soon as i removed it - it starting working.
Hope this helps others......
"Raj Lealh" <rlealh@utnet.utoledo.edu> wrote in message
news:uOyt7gdtDHA.2932@TK2MSFTNGP11.phx.gbl...
> This problem is driving me nuts too!!
>
> Response.End does not work either. :0(
>
> I've seen some strange things happen. I do have a version that works...
>
> But when I use a web service to authenticate (called when submitting
> username and password), the call to:
>
> Response.Redirect(
> FormsAuthentication.GetRedirectUrl(txtUserName.Text,
> false));
>
> does not work, but just loops on the login page.
>
> Is there anyone that knows why?
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Previous message: Manoj Pandole: "Access Denied for Powerpoint"
- In reply to: Raj Lealh: "Re: Response redirect Doesnt Work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|