I have asp.net app and I\'m going to store my session in SQL Server. I\'m using Amazon RDS (Microsoft SQL Server Express Edition). I am using local db for testing and its wo
I've solved my issue create session DB on Amazon RDS.
Create ASPState DB on AWS RDS and database and schema migration using Following Tool SQLAzureMW v5.15.6 Release Binary for SQL Server 2014.
Change DB Name on sessionState mode="SQLServer" allowCustomSqlDatabase="true" sqlConnectionString="data source=amazon-server-name;initial catalog=ASPState;persist security info=True;user id=userid;password=password" cookieless="false" timeout="100">