您现在的位置是:网站首页> 编程资料编程资料
ASP.NET The system cannot find the file specified解决办法_实用技巧_
2023-05-24
276人已围观
简介 ASP.NET The system cannot find the file specified解决办法_实用技巧_
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”:
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
相关内容
- ASP.NET MVC传送参数至服务端详解及实例_实用技巧_
- VB.NET生成随机串或随机数字的方法总结_实用技巧_
- .NET获取客户端的操作系统版本、浏览器版本和IP地址_实用技巧_
- ASP.NET页面缓存常见的4种方式_实用技巧_
- ASP.NET GridView的Bootstrap分页样式_实用技巧_
- moq 的常用使用方法(推荐)_实用技巧_
- 解析微信支付的实现方法(.NET版)_实用技巧_
- .net 单点登录的设计与实践_实用技巧_
- .Net Core 下使用ZKWeb.System.Drawing实现验证码功能(图形验证码)_实用技巧_
- .Net Core 之 Ubuntu 14.04 部署过程(图文详解)_实用技巧_




