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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -