Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have hosted our web application and database on same virtual machine at client side. Now data is being very much waste. So retrieving of data is also slow hence performance of web app is also low. I am using three tier architecture for our application.

If I access DAL from separate server through WCF service then is it helpful to increase the performance of web application.
Posted
Comments
DamithSL 11-May-14 23:05pm    
Normally web applications host on server side and it will access database server/servers. all clients will connect to hosted web site in the web server.
Is there any reason to host your web site and database on client side?
if you moved your web application to one web server and one database. can your web application handle all your user base?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900