I had a working membership on version 4.0 and I updated my site to 4.5.2 with asp .Net 4.0. Since, I have an error on my login page:
Error creating control (usercontrols/umbracoMemberControls/umbLogin.ascx). Maybe file doesn't exists or the usercontrol has a cache directive, which is not allowed! See the tracestack for more information!
So, my members can't log on. I'm not too good with membership, so last summer I followed this screencast and I downloaded the membership providers package but since the update it does not work. Also, I can't find the package anymore or see if it works with 4.5.2.
I think you've defined an event in your markup that isn't in the codebehind. You can get a complete stacktrace with a detailed error description if you are using the querystring parameter ?umbdebugshowtrace=true
This will show the complete stacktrace and the detailed error description is shown in red.
Membership (Error creating control)
Hi,
I had a working membership on version 4.0 and I updated my site to 4.5.2 with asp .Net 4.0. Since, I have an error on my login page:
Maybe file doesn't exists or the usercontrol has a cache directive, which is not allowed! See the tracestack for more information!
So, my members can't log on. I'm not too good with membership, so last summer I followed this screencast and I downloaded the membership providers package but since the update it does not work. Also, I can't find the package anymore or see if it works with 4.5.2.
Thank you for your help!
Hi,
I think you've defined an event in your markup that isn't in the codebehind. You can get a complete stacktrace with a detailed error description if you are using the querystring parameter ?umbdebugshowtrace=true
This will show the complete stacktrace and the detailed error description is shown in red.
Cheers,
Richard
Hi, finaly, I read that in Umbraco 4.x we can use asp.net membership controls. So now it work flawless. I follow these instructions : http://www.mortenbock.dk/blog/2009/04/01/setting-up-membership-in-umbraco.aspx
is working on a reply...