read url from app.config

This commit is contained in:
2019-03-17 21:12:43 +01:00
parent bbe9f33571
commit e115301ea2
6 changed files with 39 additions and 5 deletions

View File

@@ -161,6 +161,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201903161558469_Init.resx">

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FTP</WebPublishMethod>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<publishUrl>home472178787.1and1-data.host</publishUrl>
<DeleteExistingFiles>False</DeleteExistingFiles>
<FtpPassiveMode>True</FtpPassiveMode>
<FtpSitePath>test</FtpSitePath>
<UserName>u73527913</UserName>
<_SavePWD>False</_SavePWD>
</PropertyGroup>
</Project>