Advertisement
Venciity

Untitled

Apr 13th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>The resource cannot be found.</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.     <body bgcolor="white">
  26.         <span>
  27.             <H1>Server Error in '/' Application.
  28.                 <hr width=100% size=1 color=silver>
  29.                 </H1>
  30.                 <h2>
  31.                     <i>The resource cannot be found.</i>
  32.                 </h2>
  33.             </span>
  34.             <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  35.                 <b> Description: </b>HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. &nbsp;Please review the following URL and make sure that it is spelled correctly.
  36.            
  37.                 <br>
  38.                     <br>
  39.                         <b> Requested URL: </b>/api/User/Register
  40.                         <br>
  41.                             <br>
  42.                                 <hr width=100% size=1 color=silver>
  43.                                     <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34209
  44.  
  45.            
  46.                                 </font>
  47.                             </body>
  48.                         </html>
  49.                         <!--
  50. [HttpException]: The controller for path &#39;/api/User/Register&#39; was not found or does not implement IController.
  51.   at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType)
  52.   at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName)
  53.   at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory)
  54.   at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)
  55.   at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state)
  56.   at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
  57.   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  58.   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  59. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement