Just had a user posting some logs in forum that was about 1 MB big because of the length of the post. I added MaxTextLength="1000" to the web.config but I want to do that for the registered users only. Do I need to recompile the provider for this because I found that Registered_MaxTextLength="10" did not work?