I am trying to debug an asp.net web form that requires a value from the querystring. I just want to debug that page without having to go through the entire process to create the querystring value and sending the request.
Any suggestions on how to attach a querystring value in VS2008 when I start the debugging process.
NOTE: I do not want to hard code the value in the pages code behind.