当你在Visual Studio 2005中启动ASP.NET Configuration(Web Site Administration Tool)后,Web Site Administration Tool会自动在Web.config的<configuration>中加上xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0",从而造成Web.config的智能感知失效, 删除它就能恢复正常。
相关文章:http://weblogs.asp.net/scottgu/archive/2005/12/02/432077.aspx