skip to main |
skip to sidebar
<authentication mode="Windows" />
<identity impersonate="true" />
www.codecollege.NET
Your ASP.NET application should use windows authentication when your users have windows accounts that can be authenticated by a server. The accounts can be local windows accounts or domain accounts.
www.codecollege.NET
You can enforce strong passwords using membership by configuring the attributes minRequiredPasswordLength, minRequiredNonAlphanumericCharacters, and passwordStrengthRegularExpression on your membership provider configuration.
www.codecollege.NET
It is a best practice to place all your user-interface strings in a resource file rather burning them in code.
www.codecollege.NET
var jsUsername;
jsUsername = <%=Session["CurrentUser"]%>
www.codecollege.NET
Security Assertion Markup Language.
www.codecollege.NET
AutoCompleteExtender.
www.codecollege.NET