How can i hold values in http request scope without using IOC ?
Quick answer will be appreciated.
Put them into System.Web.HttpContext.Current.Items
Gets a key/value collection that can be used to organize and share data between an IHttpModule interface and an IHttpHandler interface during an HTTP request.