c# - FireFox randomly breaks login? -
Update: I ended my app as the starting point of NerdDinner 1.0. NerdDinner 2.0 had a more robust account controller, so I changed the line line for my account controller v1 altogether. It was at this time that I started to start logging problems with Firefox (confirmed with an amendment rollback). There are several differences in the entire NREAD Dinner 2.0 that I want to apply till I apply them. If someone can keep an eye on the account controller between two tips and tell me what I want to stop from leaving V2 to the extra piece of the puzzle, I appreciate it. I can post any and all of my code as needed.
I am using an ActiveDirectoryMembershipProvider and with NerdDinner tutorial to authenticate the user. My logins in Firefox are no longer working, but they are working just fine in IE. I have tried to clear all the cache / cookies etc. Also a build-> clean / rebel / build mix. Sometimes I'll work it again but I can not find the source or the solution.
Nerd Dinner 1:
NerdDinner 2:
I am using an ActiveDirectoryMembershipProvider and with NerdDinner tutorial to authenticate the user. My logins in Firefox are no longer working, but they are working just fine in IE. I have tried to clear all the cache / cookies etc. Also a build-> clean / rebel / build mix. Sometimes I'll work it again but I can not find the source or the solution.
Debugging does not show anything wrong, but my login is not sticking.
Before this? any idea? I can post any code but I do not think it is relevant because it was working once in all my browsers. I have solved it; it was a mixture of things that not everyone has been told. If someone really wants to complete it before / after posting, but I would not have to admit to anyone :)
Comments
Post a Comment