c# - ASP.net, Redirect fine on localhost, but won't redirect on webhost -


i facing strange problem.

i trying navigate page after session timeout. it's working on localhost, it's able redirect choosen page. won't on webhost :/

anyone can help?

here code:

  if (remainingtime >= 0) {             displaysessiontimeout()         } else {                             pagemethods.sendstatustodb(onsuccess);              function onsuccess() {                  clearinterval(intervalhandle);                  window.location = "http://zaghilionheart.com/greenhousehomepage.aspx";               }            } 


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -