Server Error in '/' Application.

Include file "~/blog\tpl\../../includes/inc-base.aspx" not found (Error executing child request for /includes/inc-base.aspx.)

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.Exception: Include file "~/blog\tpl\../../includes/inc-base.aspx" not found (Error executing child request for /includes/inc-base.aspx.)

Source Error:


Line 1:  <%@ Page Language="C#" Debug="true" %>
Line 2:  <%
Line 3:  	Template tpl = new Template(Constants.TPL_BLOG_DIR + "interna.html");
Line 4:  	Database db = getDatabase(Constants.DB_URL);
Line 5:  	Request r = new Request();

Source File: d:\sites\jequiti\blog\interna.aspx    Line: 3

Stack Trace:


[Exception: Include file "~/blog\tpl\../../includes/inc-base.aspx" not found (Error executing child request for /includes/inc-base.aspx.)]
   Think4.TemplatePluginDefault.include(TemplateNode node, String& path) in E:\server\svn\think4\branches\docs\c#\Template\TemplatePluginDefault.cs:65
   Think4.TemplatePlugin.apply(TemplateNode node, String name, String& content) in E:\server\svn\think4\branches\docs\c#\Template\TemplatePlugin.cs:39
   Think4.Template.parse(String s) in E:\server\svn\think4\branches\docs\c#\Template\Template.cs:237
   ASP.blog_interna_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in d:\sites\jequiti\blog\interna.aspx:3
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +117
   System.Web.UI.Page.Render(HtmlTextWriter writer) +39
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8753


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