Comments for Tales of a Code Monkey https://cymbeline.ch/ ... the adventures of a guy making software. Sun, 23 Feb 2014 09:00:43 +0000 hourly 1 https://wordpress.org/?v=5.9.3 Comment on RGS Agent OC Tab with Silverlight by roger https://cymbeline.ch/2009/03/22/rgs-agent-oc-tab-with-silverlight/#comment-9 Fri, 11 Dec 2009 23:38:32 +0000 /post/2009/03/22/RGS-Agent-OC-Tab-with-Silverlight.aspx#comment-9 You just point the web service client to the server in your test environment, or what do you mean?

]]>
Comment on RGS Agent OC Tab with Silverlight by Simon https://cymbeline.ch/2009/03/22/rgs-agent-oc-tab-with-silverlight/#comment-8 Wed, 11 Nov 2009 00:06:21 +0000 /post/2009/03/22/RGS-Agent-OC-Tab-with-Silverlight.aspx#comment-8 How could I possible implement this nice code in my test environment?

]]>
Comment on Migrating ASP.NET Web Services to WCF 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.

]]>
Comment on Migrating ASP.NET Web Services to WCF 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)

]]>
Comment on The Nested Procedure Menace in Oberon by bohdant https://cymbeline.ch/2009/07/31/the-nested-procedure-menace-in-oberon/#comment-5 Wed, 26 Aug 2009 00:14:29 +0000 /post/2009/07/31/The-Nested-Procedure-Menace-in-Oberon.aspx#comment-5 [quote]but I cannot tell at this point whether it has made it in to the release or not.[/quote]

Now the compiler will not allow you to assign a nested procedure.
ERROR 113: Incompatible assignment

]]>
Comment on RGS Agent OC Tab with Silverlight by roger https://cymbeline.ch/2009/03/22/rgs-agent-oc-tab-with-silverlight/#comment-7 Tue, 18 Aug 2009 13:09:40 +0000 /post/2009/03/22/RGS-Agent-OC-Tab-with-Silverlight.aspx#comment-7 Thanks Tristan. I’ve just added a new post which hopefully answers your question. Please let me know if it doesn’t 🙂
http://www.cymbeline.ch/2009/08/18/retrieving-agents-sign-in-information-in-rgs/

]]>
Comment on RGS Agent OC Tab with Silverlight by Tristan https://cymbeline.ch/2009/03/22/rgs-agent-oc-tab-with-silverlight/#comment-6 Fri, 14 Aug 2009 22:36:36 +0000 /post/2009/03/22/RGS-Agent-OC-Tab-with-Silverlight.aspx#comment-6 This is good stuff – thanks for the post! I’m wondering if you would have any insight on how to obtain a list of agents currently signed in to a formal response group? I would like to implement some kind of management interface where you can see who is currently signed in, but I’m unsure where (or if it’s even possibly) to go about obtaining this information. Thanks!

]]>
Comment on Fun with JSON and WCF, Part II by roger https://cymbeline.ch/2009/02/06/fun-with-json-and-wcf-part-ii/#comment-11 Mon, 11 May 2009 14:31:25 +0000 /post/2009/02/06/Fun-with-JSON-and-WCF-Part-II.aspx#comment-11 Have you tried just using either one of ‘Integrated Windows Authentication’ and ‘Basic Authentication’ but not both at the same time? Given that you cannot set multiple authentication mechanisms in the Web.config (well, at least I haven’t found a way to do that) it makes sense to restrict the auth mechnism in IIS to only the one which JSON on the server will support.

]]>
Comment on Fun with JSON and WCF, Part II by Sheetal Jain https://cymbeline.ch/2009/02/06/fun-with-json-and-wcf-part-ii/#comment-10 Sat, 09 May 2009 17:25:56 +0000 /post/2009/02/06/Fun-with-JSON-and-WCF-Part-II.aspx#comment-10 Thanks for the great post. I tried setting this but now I get error "Security setting for this service require windows authetncation but its not enabled for the IIS applicaiton that hosts this srevice"

I have enabled "Integrated" and Basic authetncation. If I change the clientCredentialType to basic or Integrated, it keep throwing unauthorized error. I am running on SharePoint and trying to call this service from JSON(browser)

Any help would be appreciated

]]>
Comment on Welcome Back by Ahmet https://cymbeline.ch/2009/01/26/welcome-back/#comment-12 Wed, 18 Mar 2009 20:16:30 +0000 /post/2009/01/26/Welcome-Back.aspx#comment-12 Happy that you are now writing in English, in German it was really to hard!
Saving your feeds 😉

]]>