Error de servidor en la aplicación '/'.

El archivo '/PostCategory.aspx' no existe.

Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción: System.Web.HttpException: El archivo '/PostCategory.aspx' no existe.

Error de código fuente:


Línea 105:        Else
Línea 106:            If Request.QueryString("debug") <> "True" Then
Línea 107:                Server.Transfer(strPath)
Línea 108:            End If
Línea 109:        End If

Archivo de origen: C:\Inetpub\vhosts\ingenierospaisajistas.com\httpdocs\PageRouteHandler.aspx.vb    Línea: 107

Seguimiento de la pila:


[HttpException (0x80004005): El archivo '/PostCategory.aspx' no existe.]
   System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +10202243
   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +468
   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +103
   System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) +165
   System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) +43
   System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +31
   System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) +37
   System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule) +417
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +464

[HttpException (0x80004005): Error al ejecutar la solicitud secundaria para ~/PostCategory.aspx.]
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +787
   System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +57
   System.Web.HttpServerUtility.Transfer(String path) +32
   PageRouteHandler.PageRouteHandler_Init(Object sender, EventArgs e) in C:\Inetpub\vhosts\ingenierospaisajistas.com\httpdocs\PageRouteHandler.aspx.vb:107
   System.Web.UI.Control.OnInit(EventArgs e) +95
   System.Web.UI.Page.OnInit(EventArgs e) +13
   System.Web.UI.Control.InitRecursive(Control namingContainer) +139
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +408


Información de versión: Versión de Microsoft .NET Framework:4.0.30319; Versión ASP.NET:4.7.3770.0