Sender Zahlendreher:
Tenant_UserOid_Protokoll_....
This commit is contained in:
@@ -32,7 +32,6 @@ namespace BeWo
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public DebugConfigMode DebugConfigMode { get; set; }
|
||||
|
||||
public static string Username { get; set; } = "m1";
|
||||
|
||||
@@ -141,8 +141,8 @@ namespace DakotaSender
|
||||
|
||||
var split = nutz.Name.Split('_');
|
||||
var tenant = split[0];
|
||||
var p_oid = long.Parse(split[1]);
|
||||
var app_oid = long.Parse(split[2]);
|
||||
var app_oid = long.Parse(split[1]);
|
||||
var p_oid = long.Parse(split[2]);
|
||||
var datenannahmestelle = split[3];
|
||||
var transfername = split[4];
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<NameOfLastUsedPublishProfile>BeWo2.0</NameOfLastUsedPublishProfile>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<Use64BitIISExpress>false</Use64BitIISExpress>
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
|
||||
Reference in New Issue
Block a user