Browse by Tags

All Tags » ASP.NET » IIS (RSS)

Detect a security exception when using FormsAuthentication by joelvarty

If you are using the web.config to determine security for aspx pages, you may have noticed that you don’t get the chance to determine whether a security exception has been thrown.  The user will simply be return to the login page with a ReturnUrl...
Filed under: ,

Lock your web app to 1 outgoing web service call across all threads by joelvarty

One of the things we see a lot of these days are web apps that call other web apps via web services, RSS, or REST APIs. I do this all the time, and often cache the response of the request (especially RSS and stuff like that) so that my high-traffic site...
Filed under: , ,
More Posts