First of all I am confused whether it is possible to run an aspnet
application over a 16kbps vpn connection?
The other thing is the user requires that query response time should not in
any case exceeds 5 seconds?
If there are multiple users sharing this 16kbps, would the application be
able to run?
Yours comments and suggestions as to how I should design and develop this
application would be appreciated or If anybody could tell me anything about
a link where I can look for the minimum bandwidth required for aspnet
applications etc. or sort of benchmarks for the same.
Thats hard to answer. It all depends on what the exact requirements
are. By the looks of it, it is a simple application, but it all depends
on the number of users. 16kbps is incredibly slow so you're going to
see slow connections to the site.
The best advice I can give you is try and reduce the amount of data that
has to be transferred. Turn off viewstate on as many controls as you can.
Regards
Ray
"Ray Booysen" <rj_boo...@rjb.za.net> wrote in message
news:epTp8gAt...@TK2MSFTNGP02.phx.gbl...
"Ray Booysen" <rj_boo...@rjb.za.net> wrote in message
news:OZcN$YHtGH...@TK2MSFTNGP03.phx.gbl...