One thing mentioned in the following document is that when using ASP.NET compatiblity mode for WCF service hosted in IIS 7, we cannot expose non-HTTP protocol based WCF endpoints in the service. Is there any non-http endpoint in your case?
BTw, if there is error occuring when the IIS application pool trys to start, you can also check the windows eventlog (under Applications category) to see if there is any related errors .
Steven Cheng...
Contributor
4199 Points
548 Posts
Microsoft
Moderator
Re: WCF Service Doesnt Work When aspNetCompatibilityEnabled="true"
May 04, 2012 08:29 AM|LINK
Hi Lommez,
One thing mentioned in the following document is that when using ASP.NET compatiblity mode for WCF service hosted in IIS 7, we cannot expose non-HTTP protocol based WCF endpoints in the service. Is there any non-http endpoint in your case?
#WCF Services and ASP.NET
http://msdn.microsoft.com/en-us/library/aa702682.aspx
BTw, if there is error occuring when the IIS application pool trys to start, you can also check the windows eventlog (under Applications category) to see if there is any related errors .
Feedback to us
Microsoft One Code Framework