Im trying to find a complete tutorial that will show me how to configure my asp.net 4.0 application to store sessions on a remote sqlserver 2005 db
can anyone help
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The steps you need to take.
The web config must contains the connections as:
and
How you setup the session state on remote computer:
http://msdn.microsoft.com/en-us/library/ms229862(VS.80).aspx
http://blogs.msdn.com/b/akshayns/archive/2008/10/04/how-to-configure-sql-server-to-store-a-session-state.aspx
http://support.microsoft.com/kb/317604