Search Results

15
votes

How to deploy an ASP.NET Application with zero downtime

The Microsoft Web Deployment Tool supports this to some degree: …
2
votes

Scalable/Reusable Authorization Model

Moving from the traditional group, role, or operation-level permission, there is a push to "claims-based" authorization, like what was delivered with WCF. …