playmkr

Stories kicked by playmkr

Using Active Directory to authenticate users to your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 6 months ago

ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. read more...

2 comments |category: |Views: 478

tags: another

Here’s a Quick Way to Encode Forgeign Chars to HTML Entities(dotcomwebdev.com)

submitted by playmkrplaymkr(5) 3 years, 7 months ago

VERY handy little tool I use for localising projects for a big athletics brand ;) Great for email campaigns, where Unicode isn't always guaranteed to be supported...! read more...

add a comment |category: |Views: 8

tags: another