<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/3535622.aspx</link><pubDate>Fri, 27 Nov 2009 08:40:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3535622</guid><dc:creator>dharma</dc:creator><author>dharma</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3535622.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3535622</wfw:commentRss><description>&lt;p&gt;diadiora thanks for your post, am using ajax timer in my webform,in which a button will be placed in that am just closing this popup and redirecting the home page...so that i got this error,i tried a lot of solutions including enableventvalidation=false ,still am not able to solve this problem,but with your post i got rid of that ,thank you very much....you are genious...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/3531168.aspx</link><pubDate>Wed, 25 Nov 2009 01:31:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3531168</guid><dc:creator>fabiotib</dc:creator><author>fabiotib</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3531168.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3531168</wfw:commentRss><description>&lt;p&gt;&lt;span id="result_box"&gt;&lt;span style="BACKGROUND-COLOR:#fff;"&gt;Hi,&lt;br /&gt;&lt;/span&gt;&lt;span style="BACKGROUND-COLOR:#ebeff9;"&gt;The error occurs because the control that executed the Server.Transfer () method is declared within one or more UpdatePanel as AsyncPostBackTrigger. &lt;/span&gt;&lt;span style="BACKGROUND-COLOR:#fff;"&gt;So, removing this condition the problem stops occurring.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="BACKGROUND-COLOR:#fff;"&gt;Att,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="BACKGROUND-COLOR:#fff;"&gt;Fábio&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="BACKGROUND-COLOR:#fff;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/3524293.aspx</link><pubDate>Fri, 20 Nov 2009 16:06:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3524293</guid><dc:creator>shancock_65</dc:creator><author>shancock_65</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3524293.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3524293</wfw:commentRss><description>&lt;p&gt;I added this event handler to my ScriptManager:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;protected void ScriptManager1_AsyncPostBackError(object sender, AsyncPostBackErrorEventArgs e)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScriptManager1.AsyncPostBackErrorMessage = e.Exception.Message;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This allowed the EXACT error message to be displayed back to my browser, and, I was able to correct the real issue rather quickly, which in my case was a missing database stored procedure. &lt;/p&gt;
&lt;p&gt;Talk about a pain in the HOO Ha. This error wasted alot of my time, so I hope this solution will help make someones life a little easier...&lt;/p&gt;
&lt;p&gt;Happy Programming!&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/3469640.aspx</link><pubDate>Wed, 21 Oct 2009 13:38:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3469640</guid><dc:creator>varundev4u</dc:creator><author>varundev4u</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3469640.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3469640</wfw:commentRss><description>&lt;p&gt;I was having problem in redirecting from gridview however using &lt;/p&gt;&lt;p&gt;&amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; EnablePartialRendering=&amp;quot;false&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;SOLVED my problem.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks diadiora&lt;img src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif" alt="Laughing" title="Laughing" border="0" /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException:  The transport failed to connect to the server</title><link>http://forums.asp.net/thread/3224848.aspx</link><pubDate>Thu, 11 Jun 2009 07:40:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3224848</guid><dc:creator>NNM</dc:creator><author>NNM</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3224848.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3224848</wfw:commentRss><description>&lt;p&gt;Sounds more like one of these?&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;http://forums.asp.net/t/993918.aspx&lt;/p&gt;&lt;p&gt;http://forums.asp.net/t/908509.aspx &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException:  The transport failed to connect to the server</title><link>http://forums.asp.net/thread/3224727.aspx</link><pubDate>Thu, 11 Jun 2009 06:44:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3224727</guid><dc:creator>wijithapaw</dc:creator><author>wijithapaw</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3224727.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3224727</wfw:commentRss><description>&lt;p&gt;Hi..&lt;/p&gt;&lt;p&gt;We are developing ASP.NET/AJAX web application. It works fine in localhost. And we have deployed it in a server. In the server application, when we doing a particular operation, it gives a javascript error telling &lt;/p&gt;&lt;p&gt;Sys.WebForms.PageRequestManagerServerErrorException: The transport failed to connect to the server. &lt;br /&gt;URL: &amp;quot;http://morpheus/IPG.Sales/ScriptResource.axd?d=CjzVBgqGzsu_Oq_oU_OqJ2i-u0cIZYI7ihHsWbUw8muASkBzJjcMN7eeX8cQfZP8EiYvGUC_okvc6ZIbfkq8drD7C3X5WE6PtbiRTS_-iPk1&amp;amp;t=4173729b&amp;quot;&lt;br /&gt;Last Modified: 06/11/2009 09:17:19&lt;br /&gt;Line Number: 4723 &lt;/p&gt;&lt;p&gt;But that same operation works fine in local host without giving this error. Actually, here i can&amp;#39;t figure out the issue. If u have any idea on this Please reply me.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Wijitha. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/3223508.aspx</link><pubDate>Wed, 10 Jun 2009 16:58:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3223508</guid><dc:creator>DDeveloper</dc:creator><author>DDeveloper</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3223508.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3223508</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thanks Rama Krishna for sharing the valuable information. It solved my issue.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2921009.aspx</link><pubDate>Fri, 06 Feb 2009 10:37:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2921009</guid><dc:creator>NNM</dc:creator><author>NNM</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2921009.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2921009</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;I&amp;#39;m sure someone will love me for this one...&lt;/p&gt;&lt;p&gt;I spent hours trying, until a Eureka moment...&lt;/p&gt;&lt;p&gt;I&amp;#39;m 100% sure the same thing has happened to other people:&lt;/p&gt;&lt;p&gt;&lt;b&gt;I was using a Server.Transfer(&amp;quot;...&amp;quot;) to reach the page causing me this error. &lt;/b&gt;(on an imagebutton event handler)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Replacing that with a normal PostBackUrl to the page giving you headaches solved the problem..!&lt;/p&gt;&lt;p&gt;Can I blame Server.Transfer?! &lt;/p&gt;&lt;p&gt;Really hope this helps...&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2887565.aspx</link><pubDate>Fri, 23 Jan 2009 16:31:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2887565</guid><dc:creator>qatesting111</dc:creator><author>qatesting111</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2887565.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2887565</wfw:commentRss><description>&lt;p&gt;this error not only occurs with this above issues recently i got this error when i miss to deploye my stored procedure on my live server and my webconfig custom error setting is on thats why i didnt get actuall error of stored procedure missing so kindly if u have error any thing like that first set custome error mode off in your webconfig and get actuall error&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2873383.aspx</link><pubDate>Sat, 17 Jan 2009 18:42:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2873383</guid><dc:creator>TATWORTH</dc:creator><author>TATWORTH</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2873383.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2873383</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;ricaforrica:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m having exactly the same issue as you were having a few months ago...&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;It would be better you posted a new question. You can refer to the URL of this thread. Please specify your OS, version of ASP.NET and exact error message. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2873324.aspx</link><pubDate>Sat, 17 Jan 2009 17:56:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2873324</guid><dc:creator>ricaforrica</dc:creator><author>ricaforrica</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2873324.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2873324</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello raghav and vijay!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m having exactly the same issue as you were having a few months ago...&lt;/p&gt;&lt;p&gt;Did you manage to solve this problem?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2713753.aspx</link><pubDate>Thu, 30 Oct 2008 05:18:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2713753</guid><dc:creator>vijay_g</dc:creator><author>vijay_g</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2713753.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2713753</wfw:commentRss><description>&lt;p&gt;Hi raghav,&lt;/p&gt;
&lt;p&gt;Im having the same exception that u had.&lt;/p&gt;
&lt;p&gt;Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0 &lt;/p&gt;
&lt;p&gt;How did u rectify this??&lt;/p&gt;
&lt;p&gt;Pls reply me asap.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2700628.aspx</link><pubDate>Wed, 22 Oct 2008 21:13:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2700628</guid><dc:creator>vijay_g</dc:creator><author>vijay_g</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2700628.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2700628</wfw:commentRss><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Im getting the following error...But my error code is 12002.&lt;/p&gt;
&lt;p&gt;Sys.Webforms.pagerequestManagerServerErrorException:An unknown error occurred while processing the request on the server.The status code from the server was 12002.&lt;/p&gt;
&lt;p&gt;How can i fix this problem...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need urgent help..&lt;/p&gt;
&lt;p&gt;Even Though i set the &lt;font color="#ff0000" size="2"&gt;AsyncPostBackTimeout &lt;/font&gt;to 36000sec &amp;amp; include the javascript posted by u also doesnot fix the problem.&lt;/p&gt;
&lt;p&gt;What else may be fix my problem..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2629689.aspx</link><pubDate>Thu, 18 Sep 2008 12:10:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2629689</guid><dc:creator>raghav_khunger</dc:creator><author>raghav_khunger</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2629689.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2629689</wfw:commentRss><description>&lt;p&gt;Hi,&lt;strong&gt;Ramakrishna&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now the message is&lt;/p&gt;
&lt;p&gt;Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the &lt;strong&gt;server was: 0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ie 0 is coming&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have tried all of these&lt;/p&gt;&lt;font color="#ff0000" size="2"&gt;
&lt;p&gt;EnableSessionState&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;false&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ValidateRequest&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;false&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;EnableEventValidation&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;false&amp;quot;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;I have 3 update panels on the master &amp;nbsp;page which are controlled by 3 different&amp;nbsp; timers.&lt;/p&gt;
&lt;p&gt;Ihave put&amp;nbsp;there update mode conditional .&lt;/p&gt;
&lt;p&gt;now in child pages&amp;nbsp; in page tag ihave written &lt;/p&gt;
&lt;p&gt;EnableSessionState&lt;font color="#0000ff" size="2"&gt;=&amp;quot;false&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ValidateRequest&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;false&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;EnableEventValidation&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;false&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&amp;nbsp;but the problem is same&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;I have also write this from different post specified by u but the problem is same. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;in Global.asax&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;this code &lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; Application_EndRequest(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#008080" size="2"&gt;EventArgs&lt;/font&gt;&lt;font size="2"&gt; e)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{&lt;/p&gt;Response.Cookies.Add(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#008080" size="2"&gt;HttpCookie&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Test&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Test&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;));&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; Application_Error(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#008080" size="2"&gt;EventArgs&lt;/font&gt;&lt;font size="2"&gt; e) &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{ &lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;// Code that runs when an unhandled error occurs&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;Context.ClearError();&lt;/p&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; Session_Start(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#008080" size="2"&gt;EventArgs&lt;/font&gt;&lt;font size="2"&gt; e) &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font size="2"&gt; sessionId = Session.SessionID; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000" size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;}&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;How can iResolve that &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Plz Help Me.&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)</title><link>http://forums.asp.net/thread/2309007.aspx</link><pubDate>Sun, 20 Apr 2008 07:59:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2309007</guid><dc:creator>zubairdotnet</dc:creator><author>zubairdotnet</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2309007.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2309007</wfw:commentRss><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;I was facing the same issue,&amp;nbsp;found the following that solves this problem&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.andornot.com/about/developerblog/2007/07/aspnet-ajax-and-syswebformspagerequestm.aspx"&gt;http://www.andornot.com/about/developerblog/2007/07/aspnet-ajax-and-syswebformspagerequestm.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;hope&amp;nbsp;it helps&lt;/p&gt;</description></item></channel></rss>