skip to Main Content

Asp.net – .NET framework Session State

I restored a Database and I created a session state through this command C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regsql -ssadd -sstype p -S IP_ADDRESS -U USER_ID sa1 -P USER_PASS And in my web.config I have the following: <sessionState mode="SQLServer" allowCustomSqlDatabase="true" sqlConnectionString="Data Source=IP_ADDRESS;User Id=USER_ID;Password=USER_PASSWORD" cookieless="false" timeout="35"/>…

VIEW QUESTION
Back To Top
Search