Query string for debugging

  • Thread starter Thread starter Lloyd Sheen
  • Start date Start date
L

Lloyd Sheen

I have a single page app that I want to test. It will be called from
another app which will send the PK of a table to populate the form. Can I
set up VS 2003 to start the page debugging with a QueryString? In other
words when I start debugging can it start the page with a known query string
specified without having to create a dummy page to do this??

Lloyd Sheen
 
The only way I can think to do this... Open browser and type your address
with Query String (Don't submit)
Then on VS select the Debug dropdown, Processes, then attach the
aspnet_wp.exe.
Make sure you have your break points set then submit the form.

Hope this helps.
Brian K. Williams
 
I found a way if other have same problem. In the properties for the project
Configuration Properties/Debugging I can input the Start URL: Clicking on
the ... gave me a list of entries , select the one I want and then append
the querystring did the trick.

Thanks for the help.

Lloyd Sheen
 
Back
Top