diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj
index 2d76024a3b..565e298c46 100644
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -1303,13 +1303,6 @@
autoDoc.aspx
-
- editDatatype.aspx
- ASPXCodeBehind
-
-
- editDatatype.aspx
-
BrowseRepository.aspx
ASPXCodeBehind
@@ -1349,13 +1342,6 @@
getXsltStatus.asmx
Component
-
- viewCacheItem.aspx
- ASPXCodeBehind
-
-
- viewCacheItem.aspx
-
xsltChooseExtension.aspx
ASPXCodeBehind
@@ -2101,11 +2087,7 @@
-
- ASPXCodeBehind
-
-
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx
deleted file mode 100644
index 59bcdc1625..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx
+++ /dev/null
@@ -1,16 +0,0 @@
-<%@ Page MasterPageFile="../../masterpages/umbracoPage.Master" Title="View Cache item" Language="c#" Codebehind="viewCacheItem.aspx.cs" AutoEventWireup="True"
- Inherits="umbraco.cms.presentation.developer.viewCacheItem" %>
-<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
-
-
-
-
-
Cache Alias:
-
Label
-
-
-
Cache Value:
-
Label
-
-
-
\ No newline at end of file
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx.cs
deleted file mode 100644
index a78a8d24da..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Cache/viewCacheItem.aspx.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System;
-using System.Web;
-using umbraco.BasePages;
-
-namespace umbraco.cms.presentation.developer
-{
- ///
- /// Summary description for viewCacheItem.
- ///
- public partial class viewCacheItem : UmbracoEnsuredPage
- {
- public viewCacheItem()
- {
- CurrentApp = BusinessLogic.DefaultApps.developer.ToString();
- }
-
- protected void Page_Load(object sender, EventArgs e)
- {
- Panel1.Text = ui.Text("viewCacheItem");
- var cacheKey = Request.QueryString["key"];
- LabelCacheAlias.Text = cacheKey;
- var cacheItem = ApplicationContext.ApplicationCache.GetCacheItem