asp.net web层的单元测试
小小骨头 2011-12-14 05:30:53 微软上的范例:http://msdn.microsoft.com/zh-cn/library/ms243399
但是在我本地运行web层的单元测试,一直报
Could not connect to the Web server for page 'http://localhost:8549/'. 远程服务器返回错误: (500) 内部服务器错误。. Check that the Web server is running and visible on the network and that the page specified exists.
这样的错误。我该如何配置?
请各位赐教...