I have just installed ASP.net and as such am quite a newbie at it.

On a new asp.net project I dropped a label control and a button control and ran it by pressing F5.
First of all it gave me a cannot debug or something message so I had to start without debugging by pressing Ctrl+F5.
Secondly after running, the page just showed me just the label. The button was not visible at all. I tried doing the same on another fresh installation of ASP.net and encountered the same problem...

so my questions are
1. How do I enable debugging on the server
2. Where has the server button gone and how do I get it to show itself

Thanks for any help.