Artificial Intelligence is no longer confined to experimental environments—it is embedded in everyday business operations. While much attention is given to those who develop AI systems, organizations that use these systems face their own distinct and equally critical set of risks. This article outlines a practical, organization-centric approach to AI risk management, focusing on enterprisesContinue reading “AI Risk Management for Organizations Using AI Systems”
Category Archives: Uncategorized
ASP.Net Core and IIS: Use web.config to authorize Users/AD Groups
As a very fast and dirty solution to the authorization problem for an internally used web application (developed using asp.net core 2.1), I could put the old web.config file to good use: to allow certain users, add the following section: Similarly, to allow members of a certain AD group add the follwoing: For more information,Continue reading “ASP.Net Core and IIS: Use web.config to authorize Users/AD Groups”
Introduction
Hi! I am Seaid Zarghani. I am a software developer. I often use google to find out how other developers have solved a certain problem. Here I want to share my solutions, hoping it saves someone else’s time a little.