I set up a somehow complex project using umbraco 6.2.1 on a Windows Server 2008 R2 Datacenter with SQL Server Express 2008. I extended umbraco using own .Net Code in an assebmly and razor code in the backend's Developer-section. Since some point in development I'm not able to create users in the backend anymore. I do not get any error message but there is just no user created. I did not implement a custom UsersMembershipProvider. As far as I can see I do not interfere the user creation process at all. I can not find any information in the umbraco trace log file nor in the umbracoLog table in the database. How can I further investigate what happens and solve my problem?
Edit
Can you access the "Users" section?
Yes, there is no other problem with the Users section or its subpages.
Can you get to the create screen?
Yes, it looks like it should, as far as I can see.
At what point does the user creation fail?
I can click create, the dialog closes, the tree refreshes but the user I tried to create does not exist. There is no kind of error message.
When you say you have "set up a somehow complex project" - does this mean that it is not your project or it is and you are implying it has just grown complex.
It is my project. I wanted to say reinstalling a clean version of umbraco would be very time consuming and presumably not an option.
Edit 2
I installed Elmah now for better logging but there is no exception thrown. Elmah itself is working, it logs other exceptions as it should.
Edit 3
These two lines are the only ones showing up in my browser console while doing the complete process (open dialog, enter data, accept dialog).