Hi,
Project Properties->Debugging tab->Start page textbox (its not a dropdown
box) works ok for me. If you set this textbox to something like
"default.aspx?blah=2" it should fire up your browser with that URL and
querystring parameters.

Signature
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Read my weblog:
Followers of the IHttpHandler
http://clariusconsulting.net/vga
> Hi -- I'm developing an ASP.NET application in VS.NET and I want the
> startup page to read in some parameters from a querystring. But I
[quoted text clipped - 8 lines]
>
> Bill
Peter Rilling - 22 Jul 2005 18:02 GMT
You can also the command-line parameters for in the project properties so
something like "?a=10&b=20" (without the quotes. The command-line
parameters are added to the URL in web projects.
> Hi,
>
[quoted text clipped - 15 lines]
> >
> > Bill
Nobody - 22 Jul 2005 18:24 GMT