Advertisement
Guest User

Untitled

a guest
Apr 14th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Unknown web method GetProcessID.<br>Parameter name: methodName</title>
  5. <meta name="viewport" content="width=device-width" />
  6. <style>
  7. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  8. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  9. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  10. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  11. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  12. pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  13. .marker {font-weight: bold; color: black;text-decoration: none;}
  14. .version {color: gray;}
  15. .error {margin-bottom: 10px;}
  16. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  17. @media screen and (max-width: 639px) {
  18. pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  19. }
  20. @media screen and (max-width: 479px) {
  21. pre { width: 280px; }
  22. }
  23. </style>
  24. </head>
  25.  
  26. <body bgcolor="white">
  27.  
  28. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  29.  
  30. <h2> <i>Unknown web method GetProcessID.<br>Parameter name: methodName</i> </h2></span>
  31.  
  32. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  33.  
  34. <b> Description: </b>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.
  35.  
  36. <br><br>
  37.  
  38. <b> Exception Details: </b>System.ArgumentException: Unknown web method GetProcessID.<br>Parameter name: methodName<br><br>
  39.  
  40. <b>Source Error:</b> <br><br>
  41.  
  42. <table width=100% bgcolor="#ffffcc">
  43. <tr>
  44. <td>
  45. <code>
  46.  
  47. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>
  48.  
  49. </td>
  50. </tr>
  51. </table>
  52.  
  53. <br>
  54.  
  55. <b>Stack Trace:</b> <br><br>
  56.  
  57. <table width=100% bgcolor="#ffffcc">
  58. <tr>
  59. <td>
  60. <code><pre>
  61.  
  62. [ArgumentException: Unknown web method GetProcessID.
  63. Parameter name: methodName]
  64. System.Web.Script.Services.WebServiceData.GetMethodData(String methodName) +488143
  65. System.Web.Script.Services.RestHandler.CreateHandler(WebServiceData webServiceData, String methodName) +10
  66. System.Web.Script.Services.RestHandler.CreateHandler(HttpContext context) +150
  67. System.Web.Script.Services.RestHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +62
  68. System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +47
  69. System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +226
  70. System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +145
  71. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +155
  72. </pre></code>
  73.  
  74. </td>
  75. </tr>
  76. </table>
  77.  
  78. <br>
  79.  
  80. <hr width=100% size=1 color=silver>
  81.  
  82. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18067
  83.  
  84. </font>
  85.  
  86. </body>
  87. </html>
  88. <!--
  89. [ArgumentException]: Unknown web method GetProcessID.
  90. Parameter name: methodName
  91. at System.Web.Script.Services.WebServiceData.GetMethodData(String methodName)
  92. at System.Web.Script.Services.RestHandler.CreateHandler(WebServiceData webServiceData, String methodName)
  93. at System.Web.Script.Services.RestHandler.CreateHandler(HttpContext context)
  94. at System.Web.Script.Services.RestHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated)
  95. at System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated)
  96. at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
  97. at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  98. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  99. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement