profiling a web page with querystring arguments
tschlarm
Posts: 23 Bronze 2
I searched this forum and could not find any help for this issue.
I guess I'm missing something. I'm profiling an ASP.NET 4 application with the web development server (or IIS Express). I'd like to pass a query string arguments to the page (not in the root folder) I want to profile, but there doesn't seem to be a box on the 'New Profiling Session' dialog. If I append a '?arg=value' to the path the 'Start Profiling' button is greyed out.
I suspect a redirect page would work but seems needlessly silly. Launching an intermediate page that doesn't take arguments and having to modify the string in the URL bar works also seems a bit off.
Other project types have an argument box so why not web applications?
Any suggestions?
I guess I'm missing something. I'm profiling an ASP.NET 4 application with the web development server (or IIS Express). I'd like to pass a query string arguments to the page (not in the root folder) I want to profile, but there doesn't seem to be a box on the 'New Profiling Session' dialog. If I append a '?arg=value' to the path the 'Start Profiling' button is greyed out.
I suspect a redirect page would work but seems needlessly silly. Launching an intermediate page that doesn't take arguments and having to modify the string in the URL bar works also seems a bit off.
Other project types have an argument box so why not web applications?
Any suggestions?
Comments
Project Manager,
Redgate.
Thanks for all your efforts.