Hi All,
I need to use the session in my WCF service, with basicHttpBinding.
I am using the below code:
HttpContext.Current.Session["ID"] = System.Configuration.ConfigurationManager.AppSettings["ID"].ToString();
Throwing error as Object is not referenced,Kindly help me on this issue.
Thanks,
Nagababu.