request.querystring always return null ...i tried to get the form value for the
HttpContext.Current.Request.RawUrl //it showing only url but it form values are null.
request.querystring[""] return null in controller
Request.form[""] // its also return null in controller
HttpContext.Current.Session["Response"] // null
i'm getting same thing in application_beginrequest {} mehtod ,when i try to get the same in mvc2 controller it always return null
do i missing anything here..