by admin | Mar 24, 2017 | Administration
Last Updated on 2017-03-24. [:en] 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)...
by admin | Mar 16, 2017 | Administration, PHP, Software
Last Updated on 2017-03-16. [:de]Magento bietet standardmäßig keine komfortable Möglichkeit Dokumente für Produkte, wie z.B. PDF-Anleitungen per Browser hochzuladen. Abhilfe schafft diese Extension (alternativ direkt vom Hersteller). Installation Download des .gz-File...
by admin | Mar 14, 2017 | Administration, ASP.Net
Last Updated on 2017-03-14. [:en]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...
by admin | Mar 13, 2017 | Administration
Last Updated on 2017-03-13. [:en]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...
by admin | Mar 8, 2017 | ASP.Net
Last Updated on 2017-03-08. [:en]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: using System.Security.Claims; namespace...