I'm using visual studio 2015 community edition blend on a windows 10 machine. I have a project for which I have the propertiespage/web/startaction set to current page. When I select the aspx item I want to debug and start debug the debugger displays the the localhost -/ directory listing instead of loading the page I want. If I select on of the items from the directory listing that item is loaded into debug.
If I specify a page in the project as being the start page and run debug that page is loaded correctly.
Can someone kindly explain what I need to do to get the debugger to load my current page instead of displaying the directory listing?
Thanks tonnes for any help, Roscoe