Advertisement
Guest User

Untitled

a guest
Oct 12th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.82 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Value cannot be null.<br>Parameter name: input</title>
  4. <script type="text/javascript">
  5. //<![CDATA[
  6. try{if (!window.CloudFlare) { var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/abv=1309062649/"},atok:"e8b25a7f53298125a5833fcc859758d4",petok:"a1a43608b9a4badeddd46b188fab1970-1381600111-1800",zone:"kissanime.com",rocket:"0",apps:{}}];CloudFlare.push({"apps":{"ape":"01c1349afd7ae947e07ea766a527c10d"}});var a=document.createElement("script"),b=document.getElementsByTagName("script")[0];a.async=!0;a.src="//ajax.cloudflare.com/cdn-cgi/nexp/abv=3224043168/cloudflare.min.js";b.parentNode.insertBefore(a,b);}}catch(e){};
  7. //]]>
  8. </script>
  9. <style>body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black;}p{font-family:"Verdana";font-weight:normal;color:black;margin-top:-5px}b{font-family:"Verdana";font-weight:bold;color:black;margin-top:-5px}H1{font-family:"Verdana";font-weight:normal;font-size:18pt;color:red}H2{font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon}pre{font-family:"Lucida Console";font-size:.9em}.marker{font-weight:bold;color:black;text-decoration:none;}.version{color:gray;}.error{margin-bottom:10px;}.expandable{text-decoration:underline;font-weight:bold;color:navy;cursor:hand;}</style>
  10. </head>
  11. <body bgcolor="white">
  12. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  13. <h2> <i>Value cannot be null.<br>Parameter name: input</i> </h2></span>
  14. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  15. <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.
  16. <br><br>
  17. <b> Exception Details: </b>System.ArgumentNullException: Value cannot be null.<br>Parameter name: input<br><br>
  18. <b>Source Error:</b> <br><br>
  19. <table width=100% bgcolor="#ffffcc">
  20. <tr>
  21. <td>
  22. <code><pre>
  23.  
  24. Line 280:    &lt;/script&gt;
  25. Line 281:    &lt;% Html.RenderPartial(&quot;/Views/Shared/FloatComment.ascx&quot;);  %&gt;
  26. <font color=red>Line 282:    &lt;% if (!KissAnime.AppSupport.AppRole.IsPremium &amp;&amp; !Regex.IsMatch(Request.UserAgent, @&quot;bot|crawler|baiduspider|80legs|ia_archiver|voyager|curl|wget|yahoo! slurp|mediapartners-google&quot;, RegexOptions.IgnoreCase))
  27. </font>Line 283:       //&amp;&amp; AppRole.IsAdministrator
  28. Line 284:       { %&gt;</pre></code>
  29. </td>
  30. </tr>
  31. </table>
  32. <br>
  33. <b> Source File: </b> c:\WEB\kissanime.com\wwwroot\Views\Anime\ViewOnline.aspx<b> &nbsp;&nbsp; Line: </b> 282
  34. <br><br>
  35. <b>Stack Trace:</b> <br><br>
  36. <table width=100% bgcolor="#ffffcc">
  37. <tr>
  38. <td>
  39. <code><pre>
  40.  
  41. [ArgumentNullException: Value cannot be null.
  42. Parameter name: input]
  43.    System.Text.RegularExpressions.Regex.IsMatch(String input) +7728582
  44.    ASP.views_anime_viewonline_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) in c:\WEB\kissanime.com\wwwroot\Views\Anime\ViewOnline.aspx:282
  45.    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131
  46.    ASP.views_shared_site_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\WEB\kissanime.com\wwwroot\Views\Shared\Site.Master:137
  47.    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131
  48.    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246
  49.    System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) +85
  50.    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5274
  51. </pre></code>
  52. </td>
  53. </tr>
  54. </table>
  55. <br>
  56. <hr width=100% size=1 color=silver>
  57. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
  58. </font>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement