摘要: 神州数码的交换机的端口隔离与H3C的不太一样:isolate-port allowed ethernet 0/0/49-52(49-52被配置为上行端口,其余默认为下行端口,当某个或某些端口被配置成上行口后,可访问任意口,下行口之间不可互访,但可以访问上行口。) 阅读全文
posted @ 2012-11-21 15:06 yutouwanwan 阅读(645) 评论(0) 推荐(0)
摘要: 环境:VS2010操作:添加了ScriptManager和UpdatePanel错误提示:未知的服务器标记“asp:ScriptManager”首先去问度娘,得到的说法是web.config没有配置好,解决是在web.config中增加<pages> <controls> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKey 阅读全文
posted @ 2012-11-13 19:46 yutouwanwan 阅读(3413) 评论(1) 推荐(1)
摘要: 是.net framework 4.0的网站,注释了web.config中以下行后成功: <system.web> <!--<compilation debug="true" targetFramework="4.0"/>-->具体原因及影响未知 阅读全文
posted @ 2012-11-02 15:59 yutouwanwan 阅读(134) 评论(0) 推荐(0)