This topic is locked

Add a "view in browser" option to build menu

3/7/2016 10:21:03 AM
Suggestions
Pete K author

I use the built-in web server and when I begin a new work session, I'd like the option of launching my web app in a browser as soon as I open ASPRunner.Net, without the need to first build the app. You could add it to the drop-down Build menu.

Pete K author 3/8/2016

Well, I feel kind of dumb now that I realize that the port number used is always 8085, so the url will always be http://localhost:8085/. So there is not as great a need for this as I thought. I just added a shortcut to my browser toolbar.
For some reason, I was thinking that the port number is randomized each time the app is compiled. Maybe I'm thinking of debugging in Visual Studio.