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>

How to Price Digital Services Correctly

Understanding the Importance of Accurate Pricing for Digital Services Pricing digital services correctly is a critical aspect of running ...