posts - 81, comments - 262, trackbacks - 0

Performance – Security – Server.Transfer()


I stumbled across "Performance Gain – Security Risk" which provides a very good and simple example of why one should be careful when using Server.Transfer(). Transfer has a benefit over Redirect as it doesn't have the same performance cost by going through the ASP.NET pipeline, but that has the cost of not going through authorization. The takeaway, be careful, and don't transfer into secure areas of your site


Print | posted on Friday, June 13, 2008 8:32 PM |

Powered by:
Powered By Subtext Powered By ASP.NET