I have an ASP.NET application that uses form login against LDAP. Currently, I'm storing their LAN ID to the Session upon login. Some pages are only accessible by certain people, depending on a flag in ...
I've read some tutorials online about integrating custom exception classes to handle application exceptions but I wanted to ask the people here at ars if there is a particular pattern they like to use ...
App.config and Web.config files are a great way to add flexibility to your .NET application without having to modify code in the future. They also allow clients or end users to make configuration ...