by DXSdata | Mar 24, 2017 | Administration
As I mentioned in a few posts, WSUS / Windows Update can be dangerous sometimes. Windows Update KB4013429 seems to create issues with Exchange Server. If you install it and have Exchange AntiSpam features (content filter) installed, it might happen that the...
by DXSdata | Mar 16, 2017 | Administration, PHP, Software
Sorry, this entry is only available in German. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language.Magento bietet standardmäßig keine komfortable Möglichkeit Dokumente für...
by DXSdata | Mar 14, 2017 | Administration, ASP.Net
Scenario You try to publish your ASP.NET Core site to another Windows server running IIS. Error messages: Event 1000 / IIS AspNetCore Module: Application ‘MACHINE/WEBROOT/APPHOST/DEFAULT WEB SITE’ with physical root ‘C:\inetpub\wwwroot\’ failed...
by DXSdata | Mar 13, 2017 | Administration
Scenario 2x WAN, both having a static public IP (called WAN_p1 and WAN_p3 in this example) 1x LAN You want to use WAN_p1 by default and the backup connection only if the main one fails. In both cases, the current IP should be updated to an external DDNS service, so...
by DXSdata | Mar 8, 2017 | ASP.Net
Using Microsoft.AspNetCore.Identity, you might miss a method like GetUserId() which was available for previous .NET frameworks by default. As a workaround, use this extension method: C# using System.Security.Claims; namespace myproject.Common { public static class...
Comments