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>

No comments:

How to Deploy Apps on Google Cloud: A Step-by-Step Guide for US Business Owners

Introduction to App Deployment on Google Cloud Deploying applications on cloud platforms has become a fundamental practice for businesses...