It is preferable if when developing locally you run a SQL Session State database so your session state is stored as it is on live. To create this run the below command in Visual Studio Command Prompt:
aspnet_regsql.exe -U usrBCOnline -P usrBCOnline -ssadd -sstype c -d ASPState -S localhost
Comments
0 comments
Please sign in to leave a comment.