c# - Properly configuration of IIS6 and WCF -
I have 6 and installed frameworks NET 4.0 with Windows Server 2003. After this article, I had configured the IIS (service MODEL RAge.exe / I / X to run and got positive results) now I am trying to run the WCCC service in which Service 1 SVC, Web. Configure and bin / any ANLLL (VS-2010) I get this error when I run it from the browser:
Server error / / ppgswcfrequests' in this collection in the first application The plan includes an address with http, in this collection, there may be up to one address per scheme. If your service is being hosted in IIS, you can fix the problem by specifying 'system.serviceModel / serviceHostingEnvironment / multipleSiteBindingsEnabled' or by specifying 'system.serviceModel / serviceHostingEnvironment / baseAddressPrefixFilters'. Parameter Name: Item Details: An uncontrolled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where the code has originated from it. Exception Description: System.ArgumentException: This collection already contains an address with the scheme http, in this collection, there may be up to one address per scheme. If your service is being hosted in IIS, you can fix the problem by specifying 'system.serviceModel / serviceHostingEnvironment / multipleSiteBindingsEnabled' or by specifying 'system.serviceModel / serviceHostingEnvironment / baseAddressPrefixFilters'. Parameter Name: Item Perhaps my virtual listing on IIS is configured incorrectly?
This error appears that you have more than 1 HTTP binding set up for the website, I had a similar problem 4 weeks ago. My solution was to get rid of any wrong bindings established in IIS for my web site.
Comments
Post a Comment