新手提问:关于ASP.NET的配置问题
本人是新手XPsp2 。装了iis5+.NET Framework SDK v2.0+ .NET Framework v2.0,设置了虚拟目录,但是在测试如下代码时却出现问题
<% @ Page Language="C#" %>
<html>
<head>
<title>Label控件Say Hello World</title>
</head>
<body>
<asp:Label id="label1" Text="Hello World" Font-Size="25pt" Font-Bold="True" runat="server" />
</body>
</html>
<html>
<head>
<title>Label控件Say Hello World</title>
</head>
<body>
<asp:Label id="label1" Text="Hello World" Font-Size="25pt" Font-Bold="True" runat="server" />
</body>
</html>
问题:ie的标题栏显示正常,但窗口却没有显示任何东西
请问,是因为我的asp.net环境没有配置好吗?应该如果配置呢?
谢谢各位!!