Forum Moderators: open
The center frame calls a .NET ASPX page that is the logon for our web application.
That ASPX page uses as Response.Redirect to change to a different page when the user succesfully logs in.
The Response.Redirect doesn't work (no errors generated). If I hit the ASPX page directly without going through the frameset all is well.
Are there any issues anyone knows of with Response.Redirect not working when running in a Frameset?
Thanks in advance.