1
<%@ OutputCache Duration="60" VaryByParam="none" %>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head runat="server">
5
<title>Substitution控件演示示例</title>
6
</head>
7
8
<script runat="server" language="C#">
9
public void Page_Load(object sender, System.EventArgs e)
10
2
3
4
5
6
7
8
9
10
当执行以上页面时,总是报错:“以一种访问权限不允许的方式作了一个访问套接字的尝试。”我查看了我的Visual Studio 2005的基本配置,包括权限等内容,均没有问题。我想这是不是Visual Studio 2005 beta2的bug呢?大家来试验并讨论一下,希望共同进步。