Currently, DNN 5.2.x is used, and we use only 1 portal on the site. We need to make a mobile version of the portal and eliminate most of the additional DNN material, since information will only be displayed. Therefore, we decided to create a separate ASP.NET Web Forms website and use DNN providers (membership, roles, etc.) to login. However, we are having problems. In particular, this ("an unknown exception is trying to write to the log"). We moved most of the DNN Global.asax files (i.e. SimpleContainer) to the new website and added the necessary sections and links to web.config, however we get this error when the user logs in. We copied the same website. config is the machine key to the new website.Connection strings also exist (application settings and connection string strings are called SiteSqlServer).
So my question is: has anyone created a new site around DNN without using DNN, except for membership? that is, there are no modules, no skins, etc. Just confirm the user and get the roles.
If you need to run DNN 5.2.x (or later) to register a user and return roles, can you post your steps?
source
share