Login time out when calling opening a new window from modal popup (ASP.NET)

Posted by Harsh Shah on Stack Overflow See other posts from Stack Overflow or by Harsh Shah
Published on 2010-06-15T18:29:12Z Indexed on 2010/06/15 18:32 UTC
Read the original article Hit count: 275

I have a weird problem. I have a window, on a button click I open a modal popup (using ModelPopupExtender), that let's you select a few criteria and then click a submit button. On click of submit button, I open a new window (using window.open()) that shows the status of what happened to your submitted request. However, every time this status window is opened, it goes to the login page. I am thinking the modal popup can't pass the authentication cookie to the newly opened window, but I'm not sure. Here's my web.config portion:

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET