Guest User

Untitled

a guest
Mar 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. Event Type: Warning
  2. Event Source: ASP.NET 2.0.50727.0
  3. Event Category: Web Event
  4. Event ID: 1309
  5. Date: 7/1/2014
  6. Time: 1:22:08 PM
  7. User: N/A
  8. Computer: mydomain.local
  9. Description:
  10. Event code: 3005
  11. Event message: An unhandled exception has occurred.
  12. Event time: 7/1/2014 1:22:08 PM
  13. Event time (UTC): 7/1/2014 5:22:08 PM
  14. Event ID: 5bf8561bd03c44cfae09560f02a4a495
  15. Event sequence: 168
  16. Event occurrence: 6
  17. Event detail code: 0
  18.  
  19. Application information:
  20. Application domain: /LM/W3SVC/1/ROOT/BMBWind-9-130487080560811444
  21. Trust level: Full
  22. Application Virtual Path: /BMBWind
  23. Application Path: C:inetpubwwwrootBMBWind
  24. Machine name: xxxx
  25.  
  26. Process information:
  27. Process ID: 7220
  28. Process name: w3wp.exe
  29. Account name: NT AUTHORITYNETWORK SERVICE
  30.  
  31. Exception information:
  32. Exception type: WebException
  33. Exception message: The operation has timed out
  34.  
  35. Request information:
  36. Request URL: default.aspx
  37. Request path: /BMBWind/default.aspx
  38. User host address: 1.1.1.1
  39. User:
  40. Is authenticated: False
  41. Authentication Type:
  42. Thread account name: NT AUTHORITYNETWORK SERVICE
  43.  
  44. Thread information:
  45. Thread ID: 3
  46. Thread account name: NT AUTHORITYNETWORK SERVICE
  47. Is impersonating: False
  48. Stack trace: at System.Net.HttpWebRequest.GetResponse()
  49. at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials)
  50. at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
  51. at _Default.Page_Load(Object sender, EventArgs e)
  52. at System.Web.UI.Control.OnLoad(EventArgs e)
  53. at System.Web.UI.Control.LoadRecursive()
  54. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
  55. Boolean includeStagesAfterAsyncPoint)
  56.  
  57. Custom event details:
  58.  
  59.  
  60. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
  61.  
  62. Data:
  63.  
  64. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org /TR/xhtml1/DTD/xhtml1-transitional.dtd">
  65.  
  66. <html xmlns="http://www.w3.org/1999/xhtml">
  67. <head runat="server">
  68. <meta http-equiv="refresh" content="10"/>
  69. <title></title>
  70. <meta id="MetaRefresh" http-equiv="refresh" content="21600;url=Default.aspx" runat="server" />
  71. <style type="text/css">
  72. .style1
  73. {}
  74. </style>
  75. </head>
  76.  
  77. <!-- This is a Session Keep Alive jquery script-->
  78. <script language="javascript" type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  79. <script language="javascript" type="text/javascript">
  80. $(function () {
  81. setInterval(KeepSessionAlive, 10000);
  82. });
  83.  
  84. function KeepSessionAlive() {
  85. $.post("/Shared/KeepSessionAlive.ashx", null, function () {
  86. $("#result").append("<p>Session is alive and kicking!<p/>");
  87. });
  88. }
  89. </script>
  90. <div id="result"></div>
  91. <!-- end keep alive-->
  92.  
  93. <body>
  94. <form id="form1" runat="server">
  95. <div>
  96. <asp:GridView ID="WeatherXML" HeaderStyle-BackColor="#3AC0F2" HeaderStyle-ForeColor="White"
  97. RowStyle-BackColor="#A1DCF2" AlternatingRowStyle-BackColor="White" AlternatingRowStyle-ForeColor="#000"
  98. runat="server" AutoGenerateColumns="false" AllowPaging="true">
  99. </asp:GridView>
  100. <asp:TextBox ID="txt1" runat="server" Visible="False"></asp:TextBox>
  101. <asp:TextBox ID="txt2" runat="server" CssClass="style1" Width="212px"
  102. BackColor="Yellow" BorderColor="Yellow" BorderStyle="None" Columns="1"
  103. Font-Bold="True" Font-Names="Century" Font-Size="Medium" ForeColor="Black"> </asp:TextBox>
  104. <iframe ID="KeepAliveFrame" src="KeepSessionAlive.aspx" frameborder="0" width="0" height="0" runat="server"></iframe>
  105. </div>
  106. </form>
  107. </body>
  108. </html>
  109.  
  110. </BODY>
  111. </HTML>
Add Comment
Please, Sign In to add comment