Server Error in '/' Application.

The file '/LOPD.aspx' does not exist.

Description: 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.

Exception Details: System.Web.HttpException: The file '/LOPD.aspx' does not exist.

Source Error:


Line 135:                            If Not IsNothing(Request.QueryString("UrlToRedirect")) Then
Line 136:                                'Response.Redirect(Request.QueryString("UrlToRedirect"))
Line 137:                                Server.Transfer(Request.QueryString("UrlToRedirect"))
Line 138:                            Else
Line 139:                                Server.Transfer("Default.aspx")

Source File: C:\inetpub\wwwroot\FarmaciaySalud\WebFarmacia2\Index.aspx.vb    Line: 137

Stack Trace:


[HttpException (0x80004005): The file '/LOPD.aspx' does not exist.]
   System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +4650492
   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +540
   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +146
   System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) +11734848
   System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) +48
   System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +46
   System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule) +528
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +622

[HttpException (0x80004005): Error executing child request for LOPD.aspx.]
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +1356
   System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +74
   System.Web.HttpServerUtility.Transfer(String path) +46
   Index.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\FarmaciaySalud\WebFarmacia2\Index.aspx.vb:137
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4110.0