ورود

View Full Version : مشکل بعد از قرار دادن وب سرویس روی هاست



hosein320
دوشنبه 01 مهر 1392, 07:37 صبح
دوستان این خطا برای چی پیش میاد

This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.
Parameter name: item

hosein320
سه شنبه 02 مهر 1392, 01:24 صبح
یکی به داد ما برسه:افسرده:

hosein320
سه شنبه 02 مهر 1392, 16:30 عصر
کسی نیست جواب مارو بده:عصبانی:

hosein320
چهارشنبه 03 مهر 1392, 10:42 صبح
:عصبانی++::عصبانی++::عصبانی++:

moslem7026
چهارشنبه 10 مهر 1392, 15:17 عصر
اگر دانت نت 4 هستید

<system.serviceModel>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true">
</serviceHostingEnvironment>
</system.serviceModel>
اگر هم پایین تر

<system.serviceModel>
<serviceHostingEnvironment>
<baseAddressPrefixFilters>
<add prefix="http://www.YourHostedDomainName.com"/>
</baseAddressPrefixFilters>
</serviceHostingEnvironment>
</system.serviceModel>

دومین رو هم مشخص کن