I have a web site which runs on a single server. Now the number of users are becoming high. So we are planning to introduce a load balancing server in few days.. What all thing i need to keep in mind for implementing the load blacking server? How the session will work in such an environment? NB:The application is done in Asp.net / MS SQL
What are the advantages/disadvantages of using include/require s to achieve a singular file that contains multiple pages as opposed to directing the user to many individual pages and storing the ...