将 ASP.NET 4 应用程序部署到 Web 服务器时出现问题
我刚刚使用 Visual Studio 2010 和 SQL Express 2008 创建了我的第一个 ASP.NET 版本 4 应用程序。
我将文件复制到 IIS 并运行 default.asp。这将加载程序主菜单。到目前为止,一切都很好。
当我打开读取网络表单并读取数据库时,出现以下错误:
“/Diary”应用程序中出现服务器错误。
由于检索用户的本地应用程序数据路径失败,无法生成 SQL Server 的用户实例。请确保用户在计算机上拥有本地用户配置文件。连接将被关闭。
知道如何修复这个错误吗?
I just created my first ASP.NET Version 4 app using Visual Studio 2010 and SQL Express 2008.
I copied the files to IIS and run the default.asp. This loads the programs main menu. So far so good.
When I open the read webform and do a read of my database I get the following Error:
Server Error in '/Diary' Application.
Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.
Any idea how to fix this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否查看了针对该问题的支持文章。
甚至这个
Did you look at support articile for the very issue.
Or even this