WCF service is not getting called
- by Cheranga
I have a web solution and I have a WCF service project inside it. We need to support "cookieless". so in the web.config, it's set as
<sessionState
mode="SQLServer"
sqlConnectionString="Data Source=ds;Initial Catalog=db;User Id=uid;Password=pwd"
allowCustomSqlDatabase="true"
cookieless="true"
timeout="720"
…