What is the best performance way?
-
Hi All, We have a problem..We have developed asp.net web project and ready to deploy. Now we have 2 servers.We are thinking to upload database to another server and website to other server. Is it giving us best performance rather than uploading database and site to the same server? please send your ideas about that. thanks in advance.
-
Hi All, We have a problem..We have developed asp.net web project and ready to deploy. Now we have 2 servers.We are thinking to upload database to another server and website to other server. Is it giving us best performance rather than uploading database and site to the same server? please send your ideas about that. thanks in advance.
It depends on a whole lot of things. 1 - how many users do you have ( is there a need at all ) ? 2 - how well written is the database code ? 3 - how well connected are the two servers ( are they in the same room, or is one in Paris and one in Delhi ) ?
Christian Graus Driven to the arms of OSX by Vista.
-
Hi All, We have a problem..We have developed asp.net web project and ready to deploy. Now we have 2 servers.We are thinking to upload database to another server and website to other server. Is it giving us best performance rather than uploading database and site to the same server? please send your ideas about that. thanks in advance.
Along with the Point that has been mention by CG , you can read this one Improving ASP.NET Performance[^]
cheers, Abhijit My Recent Article : Beginner's Guide To View State