LeafInput/NotifyComplete route

This commit is contained in:
2017-01-20 08:48:28 -05:00
parent b80f02a25e
commit 6e9521cf61
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
C:\Users\poprhythm\AppData\Local\Temp\Temporary ASP.NET Files\vs\f80e29bb\faae20bf\App_Web_all.generated.cs.8f9494c4.jzue3-mr.dll
C:\Users\poprhythm\AppData\Local\Temp\Temporary ASP.NET Files\vs\f80e29bb\faae20bf\App_Web_all.generated.cs.8f9494c4.kctsiwr3.dll
+7
View File
@@ -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);
}
}
+1 -1
View File
@@ -51,7 +51,7 @@
<logger name="LeafWeb">
<level value="DEBUG" />
<level value="INFO" />
</logger>
</log4net>
@@ -14,6 +14,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<MSDeployServiceURL>leafwebumbraco.scm.azurewebsites.net:443</MSDeployServiceURL>
<!-- Skip the deletion of any file within the ErrorLog directory -->
<MsDeploySkipRules>
<SkipAction>Delete</SkipAction>
<ObjectName>filePath</ObjectName>
<AbsolutePath>Media</AbsolutePath>
</MsDeploySkipRules>
<DeployIisAppPath>LeafWebUmbraco</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
@@ -43,6 +49,9 @@ by editing this MSBuild file. In order to learn more about this please visit htt
</Objects>
</PublishDatabaseSettings>
</PropertyGroup>
<PropertyGroup>
<UseMsDeployExe>true</UseMsDeployExe>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)LeafWebContext-Web.config Connection String">
<ParameterValue>Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!</ParameterValue>