diff --git a/WebCms/App_Data/Models/all.dll.path b/WebCms/App_Data/Models/all.dll.path index d6edfb8..4c89901 100644 --- a/WebCms/App_Data/Models/all.dll.path +++ b/WebCms/App_Data/Models/all.dll.path @@ -1 +1 @@ -C:\Users\poprhythm\AppData\Local\Temp\Temporary ASP.NET Files\vs\f80e29bb\faae20bf\App_Web_all.generated.cs.8f9494c4.jzue3-mr.dll \ No newline at end of file +C:\Users\poprhythm\AppData\Local\Temp\Temporary ASP.NET Files\vs\f80e29bb\faae20bf\App_Web_all.generated.cs.8f9494c4.kctsiwr3.dll \ No newline at end of file diff --git a/WebCms/App_Start/RegisterServices.cs b/WebCms/App_Start/RegisterServices.cs index ec65690..c318f15 100644 --- a/WebCms/App_Start/RegisterServices.cs +++ b/WebCms/App_Start/RegisterServices.cs @@ -25,6 +25,13 @@ namespace LeafWeb.WebCms.App_Start new { controller = "Results", action = "Download" } // Parameter defaults ); + // route for downloading results + RouteTable.Routes.MapRoute( + "NotifyComplete", // Route name + "LeafInput/NotifyComplete", // URL with parameters + new { controller = "LeafInput", action = "NotifyComplete" } // Parameter defaults + ); + base.ApplicationStarted(umbracoApplication, applicationContext); } } diff --git a/WebCms/Config/log4net.config b/WebCms/Config/log4net.config index f6fb3db..6c34479 100644 --- a/WebCms/Config/log4net.config +++ b/WebCms/Config/log4net.config @@ -51,7 +51,7 @@ - + diff --git a/WebCms/Properties/PublishProfiles/LeafWebUmbraco - Web Deploy.pubxml b/WebCms/Properties/PublishProfiles/LeafWebUmbraco - Web Deploy.pubxml index dbf0ebb..58f8dbd 100644 --- a/WebCms/Properties/PublishProfiles/LeafWebUmbraco - Web Deploy.pubxml +++ b/WebCms/Properties/PublishProfiles/LeafWebUmbraco - Web Deploy.pubxml @@ -14,6 +14,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt True False leafwebumbraco.scm.azurewebsites.net:443 + + + Delete + filePath + Media + LeafWebUmbraco True @@ -43,6 +49,9 @@ by editing this MSBuild file. In order to learn more about this please visit htt + + true + Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!