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
|
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);
|
base.ApplicationStarted(umbracoApplication, applicationContext);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<logger name="LeafWeb">
|
<logger name="LeafWeb">
|
||||||
<level value="DEBUG" />
|
<level value="INFO" />
|
||||||
</logger>
|
</logger>
|
||||||
|
|
||||||
</log4net>
|
</log4net>
|
||||||
|
|||||||
@@ -14,6 +14,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
|||||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||||
<MSDeployServiceURL>leafwebumbraco.scm.azurewebsites.net:443</MSDeployServiceURL>
|
<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>
|
<DeployIisAppPath>LeafWebUmbraco</DeployIisAppPath>
|
||||||
<RemoteSitePhysicalPath />
|
<RemoteSitePhysicalPath />
|
||||||
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
||||||
@@ -43,6 +49,9 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
|||||||
</Objects>
|
</Objects>
|
||||||
</PublishDatabaseSettings>
|
</PublishDatabaseSettings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<UseMsDeployExe>true</UseMsDeployExe>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)LeafWebContext-Web.config Connection String">
|
<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>
|
<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