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>

What is a VPN and Do You Really Need One?

Understanding VPNs: Definition and Basic Functionality What Does VPN Stand For? VPN stands for Virtual Private Network. It is a technolo...