Whenever i run my app this comes up Parser Error Message: 'computermatchmaker._Default' is not allowed here because it does not extend class 'System.Web.UI.Page'.
heres my code


<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="index.aspx.vb" Inherits="computermatchmaker._Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>welcome</title>
    <style type="text/cs ...

Go to the complete details ...