javascript - How to set URL query parameters in Visual Studio on Start Page -


rewording learned 'answering own question on encouraged', didn't use correct procedure. jeopardy version.

i'm building javascript/html5 web site using visual studio 2012 web. need feed in query parameter selected start page. vs web allows right-click on html page , select 'set start page', no way set start options. how can set query options on launch of web page debugger?

you need right-click on project , go 'start options...'.

in start options dialog can add query parameters 'specific page:' option. drop-down in specific page allowed modify url add own parameters. e.g. mystartpage.html?myparameter=3

you can't use start url option internal debugger since since have specify 'localhost:port/mystartpage?myparameter=3'. vs unhappy , ends 404 page.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -