ASP.NET The system cannot find the file specified解决办法_asp.net教程-查字典教程网
ASP.NET The system cannot find the file specified解决办法
ASP.NET The system cannot find the file specified解决办法
发布时间:2016-12-29 来源:查字典编辑
摘要:ASP.NETThesystemcannotfindthefilespecified解决办法ServerErrorin'/'Applicat...

ASP.NET The system cannot find the file specified解决办法

Server Error in '/' Application. The system cannot find the file specified

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified

Insus.NET开发时,数据库是使用企业版,因此连接字符串就是写成默认的实现,而现在部署的数据库是SQLEXPRESS。所以我们修改一下连接字符串:

直接把127.0.0.1改为:“SVR1SQLEXPRESS”

其实你还可以使用下面的Server字符串:

改为,使用英文字符点“.SQLEXPRESS”:

或者使用“localhostSQLEXPRESS”:

或者使用IP地址:

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新asp.net教程学习
    热门asp.net教程学习
    编程开发子分类