I am creating an ASP.net web page using webmatrix with some text, a label and a button.
When I run the web page using webmatrix, everything is working fine. But when I type
http://localhost/default.aspx into browser address bar and run it, I can see only text, but I can't see the label and the button.
Can anyone explain to me why this happen.