<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head runat="server">
<title>index</title>
<script runat="server">
</script>
</head>
<body>
<form id="form1" runat="server">
<p>nihao!</p>
</form>
</body>
</html>
错误如下:
错误一:/home/ublinuxyu/模板/c#程序/index.aspx(0,0): Error CS1525: Unexpected symbol `<' (CS1525) (index)
错误二:/home/ublinuxyu/模板/c#程序/index.aspx(4,4): Error CS1646: Keyword, identifier, or string expected after verbatim specifier: @ (CS1646) (index)
我想知道是不是我哪里没有安装好呢?