I just updated my ASP.Net code from HttpContext.RewritePath (targetPath) to use the .Net 3.5 function: HttpContext.Server.TransferRequest (targetPath, true)
However, now I no longer have the custom HttpContext.Items elements that I added before the transfer.
Anyone have any ideas on how I will overcome this?
source
share