当前位置:主页 > 查看内容

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

发布时间:2021-09-13 00:00| 位朋友查看

简介: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 revie……

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改为:“SVR1\SQLEXPRESS

 

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

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

 或者使用“localhost\SQLEXPRESS”:

 或者使用IP地址:

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


原文链接:https://m.jb51.net/article/97649.htm
本站部分内容转载于网络,版权归原作者所有,转载之目的在于传播更多优秀技术内容,如有侵权请联系QQ/微信:153890879删除,谢谢!

推荐图文

  • 周排行
  • 月排行
  • 总排行

随机推荐