New ASP.NET website using DotNetNuke -


currently using dnn 5.2.x , using 1 portal on site. need make mobile version of portal , eliminate of dnn stuff info displayed. decided create seperate asp.net web forms website , utilize dnn providers (membership, roles, etc) logging in. having issues. 1 in particular ("unknown exception trying write log"). we've moved of dnn global.asax (i.e. simplecontainer instructions) file new website , added necessary web.config sections , references error when user logs in. did copy on same web.config machine key new website. connection strings there (app settings , connection string sections , named sitesqlserver).

so question is, has created new website around dnn without using dnn except membership? i.e. no modules, no skins, etc. validate user , roles.

if have needs done dnn 5.2.x (or later) log user in , return roles, post steps?

the default dnn login based on asp.net membership. if want login feature, much easier use asp.net membership directly try rip out of dnn.

what trying not impossible, require substantial patience trial , error.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -