I have a asp.net mvc 2 application hosted on two different web servers (Staging and Demo servers).In both the servers the application is hosted as Default Web Site. Now for both the webservers we are using two different custom databases(StaginDB, DemoDB) hosted on same database server.
1.WebServer 1 is using StagingDB and ASPStateDB 2.WebServer 2 is using DemoDB and ASPStateDB
Please find the screenshot for more details.
Based on the above diagram I want to know whether it is possible to share the same ASPStateDB across both the web servers(WebServer 1, WebServer 2). Will there be any issues?