Monday, June 27, 2016

.NET Authorization note to self

Authorize only 1 person(s) and deny all others and anonymous.



<authorization>    
           <allow users="you@email.com" />
            <deny users="*" />
            <deny users="?"/>
          </authorization>

Elasticsearch Tutorial: A Comprehensive Guide for Business Owners and Decision-Makers

Introduction to Elasticsearch What is Elasticsearch? Elasticsearch is an open-source, distributed search and analytics engine built on t...