How to host single web application on multiple server
How to host single web application on multiple server
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Narasimha Reddy ChennupalliPosted Jun 27, 2015, 2:50 AM
1. Machine key should be same in all servers otherwise its a problem with sessions and viewstate. You must add machinekey in web.config.
2. Session configuration: You must configure the session in state server and in Sql server.