手机
当前位置:查字典教程网 >编程开发 >asp.net教程 >ASP.NET The system cannot find the file specified解决办法
ASP.NET The system cannot find the file specified解决办法
摘要: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

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

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

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

直接把127.0.0.1改为:“SVR1SQLEXPRESS”

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

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

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

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

或者使用“localhostSQLEXPRESS”:

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

或者使用IP地址:

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

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

【ASP.NET The system cannot find the file specified解决办法】相关文章:

在ASP.NET MVC 4 on Mono中使用OracleClient in CentOS 6.x的问题记录

ASP.NET 2005 Treeview终极解决方案

asp.net aspnetpager分页统计时与实际不符的解决办法

asp.net querystring乱码解决方法

this connector is disabled错误的解决方法

Ajax Throws Sys.WebForms.PageRequestManagerErrorException with Response.Redirect的解决方法

ASP.NET中用healthMonitor属性用法

ASP.NET Session使用详解

ASP.NET设计网络硬盘之文件夹实现

ASP.NET 用户多次登录的解决方法

精品推荐
分类导航