I was build web application, if i testing in my local computer, my web is working well
but after i was upload to web server, many function not working in that web.
for example:
1. in login form , if in one condition I type wrong username or password, and I click "login" button , message wrong password successfully show, but when I type true username and password, "login" button do not work. my page must be refresh before I type true username and password again.
2. in 'data showing table' function, if I try in my local computer, my web is not have problem, but after i was upload to web server this function do not work
please help me, to find the solution of this problem.
whether the problem happen because I build my web under windows 7 whereas my web server is windows server 2008 R2?
whether configuration iis between both of that OS are difference?