Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging With a Query String Param in Visual Studio

Very simple issue on the face of it... when I am debugging a Web Form that is being passed a query string parameter I usually attach to the process and refresh the page with the query parameter in the URL.

Is there a better, more obvious way to do this in VS 2010?

like image 277
IrishChieftain Avatar asked Apr 01 '12 22:04

IrishChieftain


1 Answers

Have you considered adding the query string parameter to the project's start page property? I've done this by just going into my project's properties area and tacking on the query string parameter to the end of the start page that the project is set to open up with.

like image 119
KodeKreachor Avatar answered Sep 21 '22 02:09

KodeKreachor