Why webapp not work on remote server and how to debug?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I built several web applications and all work on local and remote servers.

Recently, I built one web application which works on local server. However,
the login page can be shown on remote server, but the login button does not
has response.

There are login name and password textbox, the javascript validation of
those textbox work. A pop-up dialog box displays when they are empty and I
click the login button. However, it does not has any response when I input
login name and password and click login button.

It is strange and I do not know how to debug it.

Any good advice?
 
Back
Top