I have been trying my first VB.NET program by using the example "Creating a Basic Web Forms Page" described in VB.Net Help.

My problem is that the BUTTON web server control that I add from the Web Forms tab of the toolbox does not appear in the browser. (LABEL and TEXTBOX for example is visible)

The HTML code of the button is:
<asp:button id="Button1" runat="server" Text="Button" Width="283px" Height="32px"></asp:button>

I also tried other examples with e.g. CALENDER control which also does not appear in the browser.
I am running IIS version 5.0
Did I miss something in the configuration of my IIS to "support" VB.NET and aspx-files?

Thanx in advance for any help,
Danny