﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - ClientUIBusinessApp Authentication fails on production servers... help please?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ClientUIBusinessApp-Authentication-fails-on-production-servers-help-please/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ClientUIBusinessApp Authentication fails on production servers... help please?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ClientUIBusinessApp-Authentication-fails-on-production-servers-help-please/</link><pubDate>Mon, 18 Apr 2011 04:02:05 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;Can you let me know the step by step you used to deploy the application? I tried to deploy with ClientUIBussinesMVVM but could not replicate the issue.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(63, 63, 63); font-family: 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 18px; "&gt;&lt;blockquote style="padding-left: 10px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; "&gt;Here is the compelte error message upon navigating to the application on a server outside of the vs2010 environment:&lt;/blockquote&gt;&lt;p&gt;Does this mean that the VS2010 is not installed in your production server?&lt;br /&gt;As far I know, the application needs Framework 4.0 and Silverlight to run the application.&lt;br /&gt;You can run without install VS2010, but personally, I think you need to configure/install Framework 4.0 and silverlight in your production server.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;&lt;/span&gt;</description></item><item><title>ClientUIBusinessApp Authentication fails on production servers... help please?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ClientUIBusinessApp-Authentication-fails-on-production-servers-help-please/</link><pubDate>Fri, 15 Apr 2011 17:56:20 GMT</pubDate><dc:creator>Syllus</dc:creator><description>&lt;p /&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Are there specific requirements on an IIS server for the Authentication services used in the base ClientUIBusinessApp to work?  Both the sample app and the custom application I built based on that work just fine when run ont he visual studio 2010 development server but they both have the exact same failures on any production server i put them on.  So far I have tried them on 3 different IIS servers, one running on a Win2k3 box with IIS6, one on a Win2k8 server with IIS7, and my own test server which is IIS 7 on a Win7 Ultimate box.  In all 3 cases any calls involving the authentication service fail with the same error:  &lt;/p&gt;&lt;blockquote style="margin-top: 0px; margin-bottom: 0px; margin-right: 0px; background-color: rgb(245, 245, 245); border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; margin-left: 5px; padding-left: 10px; "&gt;"Load operation failed for query 'xxxx'. The remote server returned an error: NotFound."&lt;/blockquote&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;
&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Here is the compelte error message upon navigating to the application on a server outside of the vs2010 environment:&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; " /&gt;&lt;pre&gt;Load operation failed for query 'GetUser'. The remote server returned an error: NotFound.
   at System.ServiceModel.DomainServices.Client.OperationBase.Complete(Exception error)
   at System.ServiceModel.DomainServices.Client.ApplicationServices.AuthenticationOperation.End(IAsyncResult result)
   at System.ServiceModel.DomainServices.Client.ApplicationServices.AuthenticationOperation.&amp;lt;&amp;gt;c__DisplayClass1.&amp;lt;HandleAsyncCompleted&amp;gt;b__0(Object state)
   at System.ServiceModel.DomainServices.Client.ApplicationServices.AuthenticationOperation.RunInSynchronizationContext(SendOrPostCallback callback, Object state)
   at System.ServiceModel.DomainServices.Client.ApplicationServices.AuthenticationOperation.HandleAsyncCompleted(IAsyncResult asyncResult)
   at System.ServiceModel.DomainServices.Client.AsyncResultBase.Complete()
   at System.ServiceModel.DomainServices.Client.ApplicationServices.WebAuthenticationService.HandleOperationComplete(OperationBase operation)
   at System.ServiceModel.DomainServices.Client.LoadOperation.&amp;lt;&amp;gt;c__DisplayClass4`1.&amp;lt;Create&amp;gt;b__0(LoadOperation`1 arg)
   at System.ServiceModel.DomainServices.Client.LoadOperation`1.InvokeCompleteAction()
   at System.ServiceModel.DomainServices.Client.OperationBase.Complete(Exception error)
   at System.ServiceModel.DomainServices.Client.LoadOperation.Complete(Exception error)
   at System.ServiceModel.DomainServices.Client.DomainContext.CompleteLoad(IAsyncResult asyncResult)
   at System.ServiceModel.DomainServices.Client.DomainContext.&amp;lt;&amp;gt;c__DisplayClass1b.&amp;lt;Load&amp;gt;b__17(Object )&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Where 'xxxx' is the method name it is failing on.  There are 3 methods it is failing on depending on what you are doing (ie autologin, login, register etc).  The methods that have hit this error so far are 'GetUser', 'Login', and 'CreateUser'.&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Creating a new ClientUIBusinessApp and publishing it will do this everytime on any of the servers I have available to me, yet they will work flawlessly when launched from within visual studio.&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Do I need to have somethign set in a particular manner or make sure something is present ont he webservers for this to work once it is published to any type of production like environment?&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Tahnks in advance for any insight / help on this.&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>