Re: [162-13C46675-776D] WCF Service Hosting Problem

Discussion in 'ASP.NET WebServices' started by righttechwe, Jul 6, 2010.

  1. This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
    Parameter name: item

    http://righttechwebprojects.com/

    I cannot understand why this error came?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i don't see any error when i hit the url you provided??
     
  3. Iam getting this error when using as a wcf service application and when using wcf service library i didnt see any error
     
  4. Soory now the problem gone, only thing i forgot to add these lines in the webconfig configuration file

    <serviceHostingEnvironment>
    <baseAddressPrefixFilters>
    <add prefix="http://domain.com"/>
    </baseAddressPrefixFilters>
    </serviceHostingEnvironment>
     

Share This Page