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