Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
Y la página que estoy haciendo es la típica HOLA MUNDO, supongo que es así

Código HTML:
<%@ Page Language="VB" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> <SCRIPT runat="server"> Sub Page_Load(obj as object, e as eventargs) lblmensaje.Text = "HOLA MÓN" End sub </SCRIPT> </head> <body> <asp:label id="lblmensaje" runat="server"/> </body> </html>
Por cierto tengo instalado lo siguiente:
Microsoft .NET Framework 1.1 Configuration
Microsoft .NET Framework 1.1 Wizards
Microsoft .NET Framework 2.0 Configuration
Microsoft .NET Framework 2.0 Wizards
¿Se necesita algo más?

Gracias por todo.