LeafInput/NotifyComplete route
This commit is contained in:
@@ -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
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user