-4

So this comes up:

enter image description here

and I've only run it. I haven't done any kind of changes to the files whatsoever so I don't know why this is happening.

EneioArzew
  • 58
  • 1
  • 1
  • 10

1 Answers1

1

This is because you have to set a startup Page.

here is two ways to do it

Way 1

Using web config

Way 2

In Solution Explorer, right-click the page that you want to specify as the start page, and then click Set As Start Page.

Using Visual studio

Mihir Dave
  • 3,954
  • 1
  • 12
  • 28
  • A link to a potential solution is always welcome, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline. – Sebastian Hofmann Jun 29 '18 at 17:25