生产服务器上用于 ASP.NET MVC 的 ASPNETDB.MDF
当我将应用程序复制到应用程序文件夹时(我将 Web 应用程序发布到本地 IIS,然后复制到生产服务器,这发生在生产服务器上),我收到此错误:
数据库 'C:\INETPUB\WWWROOT\TEST\ APP_DATA\ASPNETDB.MDF' 无法打开,因为它是版本 655。此服务器支持版本 612 及更早版本。不支持降级路径。 无法打开用户默认数据库。登录失败。 用户“NT AUTHORITY\NETWORK SERVICE”登录失败。 描述:执行当前 Web 请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其在代码中的来源的更多信息。
异常详细信息:System.Data.SqlClient.SqlException:无法打开数据库“C:\INETPUB\WWWROOT\TEST\APP_DATA\ASPNETDB.MDF”,因为它是版本 655。此服务器支持版本 612 及更早版本。不支持降级路径。 无法打开用户默认数据库。登录失败。 用户“NT AUTHORITY\NETWORK SERVICE”登录失败。
源错误:
当前 Web 请求执行期间生成未处理的异常。有关异常来源和位置的信息可以使用下面的异常堆栈跟踪来识别。
有什么帮助吗?
谢谢
I am getting this error when I copied my application to application folder (I published the web application to my local IIS, then I copied to production server, this happend on production server):
The database 'C:\INETPUB\WWWROOT\TEST\APP_DATA\ASPNETDB.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Cannot open user default database. Login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
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.Data.SqlClient.SqlException: The database 'C:\INETPUB\WWWROOT\TEST\APP_DATA\ASPNETDB.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Cannot open user default database. Login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
any helps?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建用户“NT AUTHORITY\NETWORK SERVICE”是解决方案...
creating a user 'NT AUTHORITY\NETWORK SERVICE' was the solution...