生产服务器上用于 ASP.NET MVC 的 ASPNETDB.MDF

发布于 2024-09-08 08:04:09 字数 594 浏览 3 评论 0原文

当我将应用程序复制到应用程序文件夹时(我将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小耗子 2024-09-15 08:04:09

创建用户“NT AUTHORITY\NETWORK SERVICE”是解决方案...

creating a user 'NT AUTHORITY\NETWORK SERVICE' was the solution...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文