11
Answers

I have doubt about performance of web site.

I have doubt about performance.
 
I want to develop a responsive website, fast execution in asp.net. 
 
I use bootstrap for responsive website. SQL and PL/sql for data base. Java script, Jquery for validation. asp asp.net for server side
 
80% interact with data base all drop down list fill from data base
 
what effect happn if I use asp.net server side control and validate that control on client side using JavaScript, jQuery and then sent data to server.  
 Or
if I use HTML control and validate that control on client side using JavaScript, jQuery and then sent data to server usnig "JSON"
 
who is give me  better performance.
Answers (11)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y

a few Questions?
is the client application code open for you to modify, if so i would recommend that on the Init of the WS Object you would put a try catch section and if you go to catch, write the Error Message to log.
about things you need to check, i would try first not to use DNS name but the computer IP, second thing is Firewall clients blocking access to the URL, maybe a proxy on the client...
if you provide some more information i might be able to help you some more