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?

link|improve this question
Is your development server different than the machine you are writing your code on? – TheGeekYouNeed Aug 15 '10 at 22:11
feedback

1 Answer

up vote 1 down vote accepted

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?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown