ASPNETDB.MDF 文件未显示在 APP_DATA 中
我正在了解 Microsoft 关于 MVC 2 表单身份验证的演练 - http://msdn。 microsoft.com/en-us/library/ff398049.aspx
根据演练,当我注册用户时,ASP.NET 创建 ASPNETDB.MDF 文件,它应该显示在我的 APP_DATA 文件夹中在解决方案资源管理器中刷新。问题是,对我来说不是,我想看看里面,这样我才能理解它的结构。
我可以继续运行该项目并以我创建的用户身份登录,但 ASPNETDB.MDF 文件在 APP_DATA 文件夹下仍然不可见。
我在这里错过了什么吗?一如既往地感谢任何帮助!
干杯
克里斯
I'm taking Microsoft's walk through on MVC 2 Forms Authentication - http://msdn.microsoft.com/en-us/library/ff398049.aspx
According to the walk through, when I register a user, ASP.NET creates the ASPNETDB.MDF file and it is supposed to show up in my APP_DATA folder upon refreshing in the solution explorer. The problem is, for me it is not and I want to have a look inside so I can understand it's structure.
I can continue to run the project and login as the user I created, yet the ASPNETDB.MDF file is still not visible under the APP_DATA folder.
Am I missing something here? Any help is appreciated as always!
Cheers
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试单击 Visual Studio 解决方案资源管理器中的“显示所有文件”按钮。我相信该文件已生成,但它不会自动包含在 Web 应用程序项目中。
Try clicking the "Show All Files" button in the Solution Explorer in Visual Studio. I believe the file gets generated, but it's not included in the Web Application project automatically.