Fix Redirections when installed on other directories.

This commit is contained in:
2015-08-28 00:36:22 +02:00
parent 0d39f87789
commit d350f154b7
8 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ namespace VAR.Focus.Web.Controls
public bool IsReusable
{
get { throw new NotImplementedException(); }
get { return false; }
}
public void ProcessRequest(HttpContext context)

View File

@@ -21,7 +21,7 @@ namespace VAR.Focus.Web.Controls
public bool IsReusable
{
get { throw new NotImplementedException(); }
get { return false; }
}
public void ProcessRequest(HttpContext context)