VS 2005 现在对Web.config文件也支持智能感知(intellisense)了: 如果你的智能感知没出来,可能是因为名称空间的关系: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> 只要把上面这句改为: <configuration> 智能感知就可以出来了。微软的IDE越做越强,大家喜欢吧! 相关文章: