﻿<?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 - WebDesktop - WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</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>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Mon, 16 Nov 2009 01:06:38 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I have created a feature request so this functionality will be simpler in the future revision of WebDesktop.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Thu, 12 Nov 2009 16:52:17 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;That worked.&lt;/p&gt;
&lt;p&gt;I would be nice if a future release had this capability available through a property.&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Thu, 12 Nov 2009 05:16:39 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;After discussing this issue with the developer, It seems you need to set the AutoLoadMetaData to false for the FlyPostBackManager in FormAuthenthication project. The MetaDataCollection must be done manually. Attached is the sample that the developer provided to simulate the issue.&lt;/p&gt;&lt;p&gt;I remove the bin folder to reduce the size of the attachment.&lt;/p&gt;
&lt;p&gt;Username is &lt;em&gt;user@intersoftpt.com&lt;/em&gt; and password is &lt;em&gt;!nt3rsoft&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 17:41:43 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;1. I noticed something interesting in the IIS Log&lt;/p&gt;
&lt;p&gt;When InterSoft calls the .asmx, the cs-uri-query is wsdl.&lt;/p&gt;
&lt;p&gt;- Is additional configuration needed for wsdl?&lt;/p&gt;
&lt;p&gt;When Telerik calls the .asmx, the cs-uri-query is empty (-).&lt;/p&gt;
&lt;p&gt;2. Also, the strange part is why is this called when the Intersoft Page Loads and doesn't wait for the Client-Side WebFlyPostBackManager Method call.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken 

2009-11-10 22:10:59 W3SVC1 DELLP530-W2K3 127.0.0.1 POST /NewCoServices/_Test/Telerik/RadComboBox/PartsList.asmx/PartsListGet - 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0&amp;#43;(compatible;&amp;#43;MSIE&amp;#43;7.0;&amp;#43;Windows&amp;#43;NT&amp;#43;5.2;&amp;#43;Trident/4.0;&amp;#43;.NET&amp;#43;CLR&amp;#43;1.1.4322;&amp;#43;.NET&amp;#43;CLR&amp;#43;2.0.50727;&amp;#43;.NET&amp;#43;CLR&amp;#43;3.0.04506.30;&amp;#43;.NET&amp;#43;CLR&amp;#43;3.0.04506.648;&amp;#43;.NET&amp;#43;CLR&amp;#43;3.5.21022;&amp;#43;InfoPath.2;&amp;#43;.NET&amp;#43;CLR&amp;#43;3.0.4506.2152;&amp;#43;.NET&amp;#43;CLR&amp;#43;3.5.30729) ASP.NET_SessionId=jbhatfqq2fmijb45wyvvwk2f;&amp;#43;.ASPXAUTH=4EC3962C18C2994310491B7C8479B087FF997CC4E27F903094E6949C3F47EFE1F11D8725CC67466758FF5880A015819A57759401A21FBEC7BE7915E8AC21E7A9B741033814908C3AAB1600E025D23A93 http://localhost/NewCoServices/_Test/Telerik/RadComboBox/ComboBoxTelerik.aspx localhost 200 0 0 2171 881 0


2009-11-10 22:15:19 W3SVC1 DELLP530-W2K3 127.0.0.1 GET /NewCoServices/_Test/InterSoft/WebFlyPostBackManager/WebServiceSamples.asmx wsdl 80 - 127.0.0.1 HTTP/1.1 - - - localhost 302 0 0 663 138 0
2009-11-10 22:15:21 W3SVC1 DELLP530-W2K3 127.0.0.1 GET /NewCoServices/login.aspx ReturnUrl=/NewCoServices/_Test/InterSoft/WebFlyPostBackManager/WebServiceSamples.asmx?wsdl 80 - 127.0.0.1 HTTP/1.1 - - - localhost 200 0 0 70098 162 2104

&lt;/pre&gt;
</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:51:10 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;Sorry about all the posts.  This forum does not like certain characters.&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:49:57 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;Date Tuesday, November 10, 2009 - 7:12 AM &lt;/p&gt;
&lt;p&gt;Hi Gordon,&lt;/p&gt;
&lt;p&gt;I am not having a 505 server error. It is a 503. No wonder you can not reproduce it.&lt;/p&gt;
&lt;p&gt;1. Interesting article, http://www.bloo.us/pages/web-services-forms-authentication/, but how the heck am I suppose to add a cookie the WebFlyPostBackManager Web Service Call? I don't even have the source code.&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:49:36 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;From: &lt;a href="mailto:technical@intersoftpt.com"&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="color: #0000ff"&gt;technical@intersoftpt.com&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; &lt;br /&gt;Sent: Tuesday, November 10, 2009 4:23 AM &lt;br /&gt;Subject: Re: WebFlyPostBackManager: The remote server returned an error: (503) Server Unavailable. [IS-2A21AA4A-1E51-4034-9757-9E0DEC782898] &lt;/p&gt;
&lt;p&gt;Hi Doug,&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;3. We could not replicate the 505 server error in our environment. If you suspect the issue is related to the forms authenthication and WebService, perhaps you could try the method describe in this article to allow the WebService to pass the authenthication, http://www.bloo.us/pages/web-services-forms-authentication/&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:49:14 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;Here is what was in the Application Event Viewer&lt;br /&gt;Event code: 3005 &lt;br /&gt;Event message: An unhandled exception has occurred. &lt;br /&gt;Event time: 11/9/2009 6:42:56 AM &lt;br /&gt;Event time (UTC): 11/9/2009 11:42:56 AM &lt;br /&gt;Event ID: 3ec08191a20045c7bbda8cc231d410d2 &lt;br /&gt;Event sequence: 10 &lt;br /&gt;Event occurrence: 3 &lt;br /&gt;Event detail code: 0 &lt;br /&gt;Application information: &lt;br /&gt;Application domain: /LM/w3svc/1/root/NewCoServices-2-129022402694280243 &lt;br /&gt;Trust level: Full &lt;br /&gt;Application Virtual Path: /NewCoServices &lt;br /&gt;Application Path: h:\inetpub\wwwroot\NewCoServices\ &lt;br /&gt;Machine name: DELLP530-W2K3 &lt;br /&gt;Process information: &lt;br /&gt;Process ID: 208812 &lt;br /&gt;Process name: w3wp.exe &lt;br /&gt;Account name: DELLP530-W2K3\ASPNETNewCo &lt;br /&gt;Exception information: &lt;br /&gt;Exception type: WebException &lt;br /&gt;Exception message: The remote server returned an error: (503) Server Unavailable. &lt;br /&gt;Request information: &lt;br /&gt;Request URL: &lt;a href="http://localhost/NewCoServices/WebFlyPostBackManager/RetrievingSimpleTypesUsingWebService.aspx"&gt;http://localhost/NewCoServices/WebFlyPostBackManager/RetrievingSimpleTypesUsingWebService.aspx&lt;/a&gt; &lt;br /&gt;Request path: /NewCoServices/WebFlyPostBackManager/RetrievingSimpleTypesUsingWebService.aspx &lt;br /&gt;User host address: 127.0.0.1 &lt;br /&gt;User: DBadinTXDJK &lt;br /&gt;Is authenticated: True &lt;br /&gt;Authentication Type: Forms &lt;br /&gt;Thread account name: DELLP530-W2K3\ASPNETNewCo &lt;br /&gt;Thread information: &lt;br /&gt;Thread ID: 8 &lt;br /&gt;Thread account name: DELLP530-W2K3\ASPNETNewCo &lt;br /&gt;Is impersonating: False &lt;br /&gt;Stack trace: at System.Net.HttpWebRequest.GetResponse()&lt;br /&gt;at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials)&lt;br /&gt;at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)&lt;br /&gt;at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)&lt;br /&gt;at System.Xml.XmlTextReaderImpl.OpenStream(Uri uri)&lt;br /&gt;at System.Xml.XmlTextReaderImpl.DtdParserProxy_PushExternalSubset(String systemId, String publicId)&lt;br /&gt;at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.PushExternalSubset(String systemId, String publicId)&lt;br /&gt;at System.Xml.DtdParser.ParseExternalSubset()&lt;br /&gt;at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)&lt;br /&gt;at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)&lt;br /&gt;at System.Xml.XmlTextReaderImpl.DtdParserProxy.Parse(Boolean saveInternalSubset)&lt;br /&gt;at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()&lt;br /&gt;at System.Xml.XmlTextReaderImpl.ParseDocumentContent()&lt;br /&gt;at System.Xml.XmlTextReaderImpl.Read()&lt;br /&gt;at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)&lt;br /&gt;at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)&lt;br /&gt;at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)&lt;br /&gt;at System.Xml.XmlDocument.Load(XmlReader reader)&lt;br /&gt;at System.Xml.XmlDocument.LoadXml(String xml)&lt;br /&gt;at ISNet.WebUI.WebDesktop.WebFlyPostBackListener.(String pageName)&lt;br /&gt;at ISNet.WebUI.WebDesktop.WebFlyPostBackListener.()&lt;br /&gt;at ISNet.WebUI.WebDesktop.WebFlyPostBackListener.()&lt;br /&gt;at ISNet.WebUI.WebDesktop.WebFlyPostBackListener.()&lt;br /&gt;at ISNet.WebUI.WebDesktop.WebFlyPostBackManager.()&lt;br /&gt;at ISNet.WebUI.WebDesktop.WebFlyPostBackManager.CheckConstrains()&lt;br /&gt;at ISNet.WebUI.ISNetControl.(Object ?, EventArgs ?)&lt;br /&gt;at System.Web.UI.Control.OnPreRender(EventArgs e)&lt;br /&gt;at System.Web.UI.Control.PreRenderRecursiveInternal()&lt;br /&gt;at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;/p&gt;
&lt;p&gt;Custom event details: &lt;br /&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:47:54 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;Date Monday, November 09, 2009 - 7:33 AM &lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did not create the page, I copied RetrievingSimpleTypesUsingWebService.aspx from C:\Program Files\Intersoft Solutions\Intersoft WebUI Studio 2009 R1\Tutorials\cs\WebDesktop\WebFlyPostBackManager. I did not miss any setting / property because I did not change anything.&lt;/p&gt;
&lt;p&gt;I also copied the C:\Program Files\Intersoft Solutions\Intersoft WebUI Studio 2009 R1\Samples\For ASP.NET\ISNet.WebUI.Samples\cs\WebDesktop\WebFlyPostBackManager\SimpleTypeWS.aspx and got the same 503 results. Of course I took out the MasterPage for this one.&lt;/p&gt;
&lt;p&gt;Here is the IIS Log&lt;/p&gt;
&lt;p&gt;2009-11-09 11:42:55 W3SVC1 DELLP530-W2K3 127.0.0.1 GET /NewCoServices/WebFlyPostBackManager/WebServiceSamples.asmx wsdl 80 - 127.0.0.1 HTTP/1.1 - - - localhost 302 0 0 619 122 15&lt;br /&gt;2009-11-09 11:42:55 W3SVC1 DELLP530-W2K3 127.0.0.1 GET /NewCoServices/login.aspx ReturnUrl=/NewCoServices/WebFlyPostBackManager/WebServiceSamples.asmx?wsdl 80 - 127.0.0.1 HTTP/1.1 - - - localhost 200 0 0 69318 142 0&lt;br /&gt;2009-11-09 11:42:56 W3SVC1 DELLP530-W2K3 127.0.0.1 GET /NewCoServices/WebFlyPostBackManager/RetrievingSimpleTypesUsingWebService.aspx - 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) ASP.NET_SessionId=2bmnyu45rft44e2x1nc3dx45; .ASPXAUTH=B6C77828C8BE2AC91C05D7BC6CE0F0CCA852707071984BB662A13A262DAD1CB9F998D1686CCC8398A1EBCFE971D6C98F617D916026C7195D2B007230AF7592204BF6635182454C3000D777884DBDC00A - localhost 500 0 0 8140 959 1371&lt;/p&gt;
&lt;p&gt;It looks the GET for the .asmx is getting challenged by Forms Authentication because I see the Login.aspx page with a ReturnUrl of the .asmx page.&lt;/p&gt;
&lt;p&gt;3. How do I get the .asmx GET, presumably issued by the WebFlyPostBackManager, to pass Forms Authentication?&lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:46:38 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;From: &lt;a href="mailto:technical@intersoftpt.com"&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="color: #0000ff"&gt;technical@intersoftpt.com&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; &lt;br /&gt;Sent: Monday, November 09, 2009 3:17 AM &lt;br /&gt;Subject: Re: WebFlyPostBackManager: The remote server returned an error: (503) Server Unavailable. [IS-2A21AA4A-1E51-4034-9757-9E0DEC782898] &lt;/p&gt;
&lt;p&gt;Hi Doug,&lt;/p&gt;
&lt;p&gt;The walkthrough is used to create the SimpleTypeWS.aspx sample that we have provided as a WebFlyPostBackManager. In our environment, the sample runs without any issue.&lt;br /&gt;Perhaps you could compare the SimpleTypeWS.aspx and the page you created using the walkthrough to see if you miss any setting / property.&lt;/p&gt;
&lt;p&gt;We also provide a public forum, http://www.intersoftpt.com/Community, where you could also ask other users / support staff about your issue. You could also search if other users has encounter similar issue. &lt;/p&gt;</description></item><item><title>WebFlyPostBackManger: Web Service: Forms Authentication Problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebFlyPostBackManger-Web-Service-Forms-Authentication-Problem/</link><pubDate>Tue, 10 Nov 2009 07:38:33 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;Can anyone help?&lt;/p&gt;
&lt;p&gt;InterSoft TDN private consultation said I should post here to try to get an answer.&lt;/p&gt;
&lt;p&gt;Here is what has happend so far.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;Date Sunday, November 08, 2009 - 5:19 PM &lt;/p&gt;
&lt;p&gt;I am trying to get the WebFlyPostBackManager Tutorial RetrievingSimpleTypesUsingWebService.aspx to work inside my application.&lt;/p&gt;
&lt;p&gt;I have the WebServiceSamples.asmx working because I can browse to it and invoike HellowWorld.&lt;/p&gt;
&lt;p&gt;However when I try to run it using the WebFlyPostBackManager, the get the following error when the page loads.&lt;/p&gt;
&lt;p&gt;The remote server returned an error: (503) Server Unavailable. &lt;/p&gt;
&lt;p&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;/p&gt;
&lt;p&gt;Exception Details: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.&lt;/p&gt;</description></item></channel></rss>