Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am getting below error in wcf service.
wcf service hosted in the website and i have already below code and my website running under 2.0 framwork.

wcf service thro error sometimes not always.

C#
<serviceHostingEnvironment aspNetCompatibilityEnabled="false"   >
		  <baseAddressPrefixFilters>
			  <add prefix="http://testing.myweb.com"/>

		  </baseAddressPrefixFilters>
		 
	  </serviceHostingEnvironment>
Posted
Updated 28-Dec-15 18:50pm
v3
Comments

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900