Quantcast
Viewing all articles
Browse latest Browse all 10469

testing IE10 on Windows 7: response.redirect not taking to Root directory page

I testing on IE 10 standards mode.I have a Login.aspx page which is in Login directory(i.e Login/Login.aspx). I do response.redirect to a page Default.aspx which is a page in root directory(ie.Response.Redirect("../Default.aspx",true);).Also tried ~/Default.aspx to navigate to root. But instead of going to Default.aspx control reaches back to load of Login.aspx. I do observe in IE developer's tool that it hits Default.aspx but transaction time <1ms and do not hit init/load event handled in default.aspx.

This behaviour is happening in only my machine. Also all other browsers chrome,firefox along with IE10 Comp. mode is working fine.If i use server.transfer instead of redirect, it is working fine. but i need to use redirect function only.

Anyone happen to know if any setting or something i am missing. Thanks in advance


Viewing all articles
Browse latest Browse all 10469

Trending Articles