Debugging With a Query String Param in Visual Studio

10,912

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.

Share:
10,912
IrishChieftain
Author by

IrishChieftain

Senior .NET Software Engineer living and working in Wyoming. Experienced Web Developer - both code and design. Currently working in the mortgage industry on architecture team, specializing in best practices. Business Website

Updated on June 05, 2022

Comments

  • IrishChieftain
    IrishChieftain almost 2 years

    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?