ASP.NET Server.TransferRequest performs a full IIS child request under the covers, which allows it to re-run the entire request pipeline for the new request as if it was a separate request, getting th
Posted by: EggHeadCafe.com New Articles,
on 11 Nov 2011 |
View original | Bookmarked: 0 time(s)
The new ASP.NET TransferRequest method performs a complete request by using an IIS 7 worker thread. read more
By Peter Bromberg