ASP.Net Development Server not showing up to date representation of the site

114 Views Asked by At

I was creating my new webforms application and testing it. Now I added a new textbox to the form and when pressing F5 to test, it doesn't show. None of the changes show when I try to test it.

What's gone wrong?

1

There are 1 best solutions below

0
On BEST ANSWER

When you press F5 it loads a certain page. Not necessarily the page you were working on. You can right click the page you were working on in the project explorer of visual studio and select 'set as start page'.

Is this your first web app or have you made previously working apps?