如何在 asp.net 网站中使用 aspnetdb 数据库
我使用 asp.net 3.5 创建了一个网站。 现在我使用 Membership API 和 aspnetdb 数据库为其添加了会员支持。 我已经在本地机器上完成了所有测试。 现在,在将该站点上传到服务器时,需要考虑与 aspnetdb 有关的哪些问题。 IE;该数据库如何在服务器端可用? 注意:这是我的第一个网站。
I have created a website using asp.net 3.5.
And now I have added member support to it using Membership API and aspnetdb database.
And I have done all testing on my local machine.
Now, what issue needs to be considered with respect to aspnetdb while uploading this site to the server. ie; how this database will be available on the server side ?
Note : This is my first ever website.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己只是在寻找这个问题的答案。
我发现以下内容可能对您有帮助:
http:// www.studiocoast.com.au/knowledgebase/article-6-aspnet-using-sql-server-instead-of-aspnetdbmdf.aspx
I was just looking for an answer to this myself.
I've found the following that might help you:
http://www.studiocoast.com.au/knowledgebase/article-6-aspnet-using-sql-server-instead-of-aspnetdbmdf.aspx
在 C:\Windows\Microsoft.NET\Framework\v2.0.50727\ 文件夹中查找文件 InstallMembership.sql。
这就是创建您需要的数据库的 SQL 脚本。
Look in your C:\Windows\Microsoft.NET\Framework\v2.0.50727\ folder for the file InstallMembership.sql.
Thats the SQL script to create the database you need.