继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

the file specified

喵喵一只汪
关注TA
已关注
手记 315
粉丝 87
获赞 467

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地址:

 

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP