Just add below section in your web.config
file.
<system.serviceModel>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
</system.serviceModel>
Just add below section in your web.config
file.
<system.serviceModel>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
</system.serviceModel>