Comments on: Migrating ASP.NET Web Services to WCF https://cymbeline.ch/2009/08/06/migrating-asp-net-web-services-to-wcf/?utm_source=rss&utm_medium=rss&utm_campaign=migrating-asp-net-web-services-to-wcf ... the adventures of a guy making software. Sat, 22 Feb 2014 18:22:35 +0000 hourly 1 https://wordpress.org/?v=5.9.3 By: roger https://cymbeline.ch/2009/08/06/migrating-asp-net-web-services-to-wcf/#comment-4 Wed, 14 Oct 2009 20:48:07 +0000 /post/2009/08/06/Migrating-ASPNET-Web-Services-to-WCF.aspx#comment-4 Paul, have you tried setting the ‘clientCredentialType’ attribute of the ‘transport’ element under ‘security’ for the binding you’re using to ‘None’? That way, WCF should not be trying to authenticate the users anymore.

]]>
By: Paul K https://cymbeline.ch/2009/08/06/migrating-asp-net-web-services-to-wcf/#comment-3 Wed, 14 Oct 2009 00:44:56 +0000 /post/2009/08/06/Migrating-ASPNET-Web-Services-to-WCF.aspx#comment-3 Roger, my website is using forms authentication and my web services clients are receiving the html from the login aspx… I’ve tried SkipAuthorization = True in Application_AuthenticateRequest but service model seems to ignore it… I have aspNetCompatibilityEnabled="true"… any ideas? Cheers, Paul (IIS 5.1, .NET 3.5)

]]>