MemberControls and umbracoUseDirectoryUrls doesn't work
Do anyone have an solution for this problem?
The problem starts when i try to log on a user, it can't show the correct page, and the protected page gives me 'Object reference not set to an instance of an object.' error. The extensionless version didn't work very well, but with '.aspx' extension it works very nice.
I really want to keep my pages extensionless URL's with the umbracoUseDirectoryUrls on, any solution on that?
MemberControls and umbracoUseDirectoryUrls doesn't work
Do anyone have an solution for this problem?
The problem starts when i try to log on a user, it can't show the correct page, and the protected page gives me 'Object reference not set to an instance of an object.' error. The extensionless version didn't work very well, but with '.aspx' extension it works very nice.
I really want to keep my pages extensionless URL's with the umbracoUseDirectoryUrls on, any solution on that?
As far I can see i'm not the only one, who got this problem...
http://umbraco.codeplex.com/WorkItem/View.aspx?WorkItemId=22929
I think this it's better to create my own and new Membership controls instead of the default MemberControls.
The packet from umbraco package repository is outdated in my opinion (It's from 2006 as far i can see).
Here is a good page with resources about ASP.NET membership.
http://aspnet.4guysfromrolla.com/articles/120705-1.aspx
is working on a reply...