Hi..
I have a page that checks for a condition. if the condition is false then the page is refreshed.
I tried timer and also Response.AppendHeader("Refresh","2");
Both of then works well in my development server. I've published this code as dll to my LIVE server.
But in LIVE, the page refresh doesn't happen.
I even checked the app pool in both servers and configured them alike.
Any specific reason for this behaviour?
Any help is appreciated.