trying to read HttpContext.Current.Response in Application_EndRequest at global.asax. I tried using filters, but the CanRead and CanSeek objects are always set to false.
Asked
Active
Viewed 679 times
1
-
Try looking at this link below, it might help. http://stackoverflow.com/a/1792864/4583393 – sachin Feb 23 '15 at 09:30
-
thats what I tried, but the CanRead and CanSeek are always set to false, so itll always return an empty string(the filter) – EnderCode Feb 23 '15 at 09:39