ASP.NET ERROR/RD00155D45B7F6

The controller for path '/does/not/exist' was not found or does not implement IController.


The following has been logged:

  • Id: 03dfc132-8087-44ea-9359-14525778b140
  • Correlation Id:
  • Created on: 2022-09-05T06:13:34.5772459+00:00
  • Source: ASP.NET Web Server
  • Area: /does/not/exist
  • Severity: Critical
  • Client: 54.36.149.40/54.36.149.40
  • Client info:
  • Error data provided by: TinyLog.Formatters.ActionFilterLogFormatter
  • Error data type: TinyLog.CustomData.Mvc.ActionFilterCustomData
  • Signature:
  • Signature method:

Error data

{
  "$type": "TinyLog.CustomData.Mvc.ActionFilterCustomData, TinyLog.Mvc",
  "RequestContext": {
    "$type": "TinyLog.CustomData.Mvc.RequestContextCustomData, TinyLog.Mvc",
    "Browser": null,
    "Form": null,
    "QueryString": {},
    "Url": "http://tinylog.azurewebsites.net:80/does/not/exist",
    "UrlReferrer": null,
    "UserAgent": null,
    "UserHostAddress": "54.36.149.40",
    "UserHostName": "54.36.149.40",
    "UserLanguages": null,
    "ContentType": "",
    "HttpMethod": "GET"
  },
  "ResponseContext": {
    "$type": "TinyLog.CustomData.Mvc.ResponseContextCustomData, TinyLog.Mvc",
    "ContentType": "text/html",
    "Status": "404 Not Found",
    "StatusCode": 404,
    "StatusDescription": "Not Found",
    "IsClientConnected": true,
    "IsRequestBeingRedirected": false,
    "RedirectLocation": null
  },
  "ControllerContext": {
    "$type": "TinyLog.CustomData.Mvc.ControllerContextCustomData, TinyLog.Mvc",
    "Session": null,
    "ViewBag": null,
    "ViewData": null,
    "RouteValues": null
  },
  "UserContext": {
    "$type": "TinyLog.CustomData.Mvc.UserContextCustomData, TinyLog.Mvc",
    "AnonymousID": null,
    "IsAuthenticated": false,
    "AuthenticationType": "",
    "Name": "",
    "RoleUser": null,
    "ClaimsUser": null,
    "GenericUser": null,
    "WindowsUser": null
  },
  "HttpContext": {
    "$type": "TinyLog.CustomData.Mvc.HttpContextCustomData, TinyLog.Mvc",
    "Headers": null,
    "Exception": {
      "$type": "System.Web.HttpException, System.Web",
      "WebEventCode": 0,
      "ErrorCode": -2147467259,
      "Message": "The controller for path '/does/not/exist' was not found or does not implement IController.",
      "Data": {
        "$type": "System.Collections.ListDictionaryInternal, mscorlib"
      },
      "InnerException": null,
      "TargetSite": {
        "$type": "System.Reflection.RuntimeMethodInfo, mscorlib",
        "Name": "GetControllerInstance",
        "DeclaringType": "System.Web.Mvc.DefaultControllerFactory, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
        "ReflectedType": "System.Web.Mvc.DefaultControllerFactory, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
        "MemberType": 8,
        "MetadataToken": 100667022,
        "Module": {
          "$type": "System.Reflection.RuntimeModule, mscorlib",
          "MDStreamVersion": 131072,
          "FullyQualifiedName": "D:\\local\\Temporary ASP.NET Files\\root\\106b9115\\d465b350\\assembly\\dl3\\3d3f6ab8\\57da102b_5874d101\\System.Web.Mvc.dll",
          "ModuleVersionId": "cc73190b-ab9d-435c-8315-10ff295c572a",
          "MetadataToken": 1,
          "ScopeName": "System.Web.Mvc.dll",
          "Name": "System.Web.Mvc.dll",
          "Assembly": {
            "$type": "System.Reflection.RuntimeAssembly, mscorlib"
          },
          "CustomAttributes": [],
          "ModuleHandle": {
            "$type": "System.ModuleHandle, mscorlib",
            "MDStreamVersion": 131072
          }
        },
        "IsSecurityCritical": true,
        "IsSecuritySafeCritical": false,
        "IsSecurityTransparent": false,
        "MethodHandle": {
          "$type": "System.RuntimeMethodHandle, mscorlib",
          "Value": {
            "$type": "System.IntPtr, mscorlib"
          }
        },
        "Attributes": 453,
        "CallingConvention": 33,
        "ReturnType": "System.Web.Mvc.IController, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
        "ReturnTypeCustomAttributes": {
          "$type": "System.Reflection.RuntimeParameterInfo, mscorlib",
          "ParameterType": "System.Web.Mvc.IController, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
          "Name": null,
          "HasDefaultValue": true,
          "DefaultValue": null,
          "RawDefaultValue": null,
          "MetadataToken": 134217728,
          "Position": -1,
          "Attributes": 0,
          "IsIn": false,
          "IsOut": false,
          "IsLcid": false,
          "IsRetval": false,
          "IsOptional": false,
          "CustomAttributes": []
        },
        "ReturnParameter": {
          "$type": "System.Reflection.RuntimeParameterInfo, mscorlib",
          "ParameterType": "System.Web.Mvc.IController, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
          "Name": null,
          "HasDefaultValue": true,
          "DefaultValue": null,
          "RawDefaultValue": null,
          "MetadataToken": 134217728,
          "Position": -1,
          "Attributes": 0,
          "IsIn": false,
          "IsOut": false,
          "IsLcid": false,
          "IsRetval": false,
          "IsOptional": false,
          "CustomAttributes": []
        },
        "IsGenericMethod": false,
        "IsGenericMethodDefinition": false,
        "ContainsGenericParameters": false,
        "MethodImplementationFlags": 0,
        "IsPublic": false,
        "IsPrivate": false,
        "IsFamily": false,
        "IsAssembly": false,
        "IsFamilyAndAssembly": false,
        "IsFamilyOrAssembly": true,
        "IsStatic": false,
        "IsFinal": false,
        "IsVirtual": true,
        "IsHideBySig": true,
        "IsAbstract": false,
        "IsSpecialName": false,
        "IsConstructor": false,
        "CustomAttributes": []
      },
      "StackTrace": "   at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType)\r\n   at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName)\r\n   at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory)\r\n   at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)\r\n   at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state)\r\n   at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)\r\n   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\r\n   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)\r\n   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)",
      "HelpLink": null,
      "Source": "System.Web.Mvc",
      "HResult": -2147467259
    },
    "ExceptionHandled": false,
    "IsChildAction": false,
    "Cancel": false,
    "Canceled": false
  }
}