我正利用综合C1 CMS作为核心系统开发我的第一个应用程序。 我目前正在通过文件和了解数据结构等方法开展工作。 我看到有一个付费的外联网软件包可以购买,但我更愿意在网站内开发自己的会员系统。
允许用户在我的复合C1网站前端注册,然后允许用户在登记和登录后进入密码保护区,我的最佳方式是什么?
我是一个经验丰富的. net 开发商,
谢谢 谢谢
我正利用综合C1 CMS作为核心系统开发我的第一个应用程序。 我目前正在通过文件和了解数据结构等方法开展工作。 我看到有一个付费的外联网软件包可以购买,但我更愿意在网站内开发自己的会员系统。
允许用户在我的复合C1网站前端注册,然后允许用户在登记和登录后进入密码保护区,我的最佳方式是什么?
我是一个经验丰富的. net 开发商,
谢谢 谢谢
就像商业外联网软件包一样,您可以写出一个 RenderingResponseHandler 插件,并注册为 ~/App_Data/componiosite/compicsite. config 文件。
检查指南< a href=' http://docs.composite.net/ASP- NET/ASPNETFAQ?q=如何在提供页面或媒体文件之前验证用户? <% 20can% 20I%20validate%20用户% 20file%20page%20or%20or%20media%20file%20is%20s%20sfile%20s%20sensy%20served%20s?" Rel=“nofollow” >?"
RenderingResponseHandler插件负责批准页面和媒体请求,它们可以让请求通过或将请求转到新的 URL 。
您需要自己处理用户数据库和登录页面。 也可以使用某种机制,让 cmms 的用户将页面标记为受保护的/公开的。
有关代码缩写线“http://compospositec1.codplex.com/discussions/359276#post847855” rel=“nofollow”>“限制获取媒体档案”
I have setup a basic application which uses the ActiveDirectoryMembershipProvider to talk to our AD and authenticate users. It s a simple login page with the control which redirects me to a simple ...
We have implemented a Custom Membership provider and have a change password control on a webpage that uses this provider. The ChangePassword method in this membership provider class checks some ...
I need help to configure app with access as default provider for aspnet personalization.
I am working on a web application that has strict security and auditing requirements (HIPPA stuff). So we are evaluating whether we should build our own custom membership and role providers or ...
I am currently converting a very old, but working classic ASP site to ASP.Net. It has a completely custom written user management system. Whilst it works fine, it really needs a refresh as I want it ...
Where can I get a list of all the configuration properties for the Membership provider that can be added to the web.config, i.e. <membership defaultProvider="MembershipProvider"> <...
First off, I m not entirely sure that my question title is very descriptive, so my apologies for that. I am working on a new site and will be using the MembershipProvider system (well, a custom ...
Has anyone had any experience trying to write a custom Membership Provider for the Umbraco back office? I ve run into all sorts of trouble trying to make this happen. You can see some more details ...