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

2025-05-29 0 91

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

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

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

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

直接把127.0.0.1改为:“SVR1\\SQLEXPRESS

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

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

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

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

或者使用“localhost\\SQLEXPRESS”:
ASP.NET The system cannot find the file specified解决办法

或者使用IP地址:
ASP.NET The system cannot find the file specified解决办法

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

原文链接:http://www.cnblogs.com/insus/p/5426975.html

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

快网idc优惠网 建站教程 ASP.NET The system cannot find the file specified解决办法 https://www.kuaiidc.com/99918.html

相关文章

发表评论
暂无评论