异常信息:Unrecognized configuration section 'connectionStrings'
这个异常信息出现在我用虚拟目录访问一个ASP.NET网站时,把Web.Config删除掉,可能还会提示下面这个信息:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type '_Default'.
解决以后,其实问题的原因很简单,可是当时确实想了半天。原因是虚拟目录的ASP.NET版本设置成了1.1,修改为2.0即可。虽然1.1和2.0的扩展名是一样的,但是里面内容有很多都不同,以后整理一下。
问题出现在不同的操作系统下,提示的内容可能会不同,我的操作系统是Windows XP Professional SP2。
总之如果网页无法打开,先到Internet信息服务中检查一下ASP.NET的版本吧。