Prevent HttpContext Current to be null WCF service NET

Prevent HttpContext Current to be null WCF service NET

add following code in web.config file.....
 <configuration>
 <system.serviceModel>
 <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
 </system.serviceModel>
 </configuration>

You may also like...

Creating a Shopify App using Laravel How to Create Custom WordPress Plugin? How to Build a Telegram Bot using PHP How to Convert Magento 2 into PWA?