ASP.NET 会员申请问题
我在 IIS 中的不同网站和端口下发布了两个相同的应用程序:
我在每个应用程序中都有相同的成员资格连接字符串。当我从数据库获取用户列表时,我看到在另一个网站中创建的用户。据我所知,IIS 必须自动通过 ID 成员信息进行分类。但我的应用程序之间没有隔离。
我不想查看其他应用程序的会员数据。
I have two same application published in IIS in under different web sites and ports:
I have the same membership connections strings in each application. When i get list of users from db I see users which created in another web site. As I know IIS automaticaly must categorize via ID membership information. But I haven't isolation between my apps.
I don't want to see membership data from another application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您可以在 web.config 中定义 Membersip 设置时使用 applicationName 属性。
这是 msdn 上的 applicationName 文章
I believe you can use the applicationName property when defining the membersip settings in web.config.
Here is the applicationName article on msdn