Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which server need to update?

Status
Not open for further replies.

adonet

MIS
May 4, 2004
312
US
My asp.net app stored in ServerA and data stored in ServerB. In order to get more fast performance, which server need to update?
 
this depends very much on your application logic. if it is data handling oriented you might need to upgrade ServerB and also get a better connection between the two. otherwise only serverA would need upgrade.

still, maybe you can increase performance from the code.
also make sure your app is no longer a Debug release but an Active release since they are alot faster.

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top