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>

Wednesday, June 08, 2016

UDL

Create Database Pop Up the .udl  https://msdn.microsoft.com/en-us/library/e38h511e(v=vs.71).aspx must research and learn more credit to CT...