I was wondering if there is an option to change the debugger url when I initialize the debugger. I want it to start off at http://localhost:xxxx/controller/view rather than just http://localhost:xxxx/.
I was wondering if there is an option to change the debugger url when
Share
To answer my own question it can be done like so:
Go to your project right click
Propertiesthen go toWebthen change theStart Action‘sStart Urltohttp://{port}/{controller}/{view}then click the radio buttonUse Visual Studio Development Serverand click radio buttonSpecific Portto the port in yourStart Urland leaveVirtual Pathto “/”