Hi!!

I am a pretty experienced C# programmer, and now the time has come for me to write web applications. I start a new project (web application) and add a button on the page

PHP Code:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication5.WebForm1" %>
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<
HTML>
    <
HEAD>
        <
title>WebForm1</title>
        <
meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
        <
meta name="CODE_LANGUAGE" Content="C#">
        <
meta name="vs_defaultClientScript" content="JavaScript">
        <
meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    </
HEAD>
    <
body MS_POSITIONING="GridLayout">
        <
form id="Form1" method="post" runat="server">
            <
asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 465px; POSITION: absolute; TOP: 139px" runat="server" Text="Button" Width="140px" Height="75px"></asp:Button>
        </
form>
    </
body>
</
HTML
But the page is BLANK when I run the project!!!! Where is the button?

The installation is verified.

best regards
Henrik