Just been looking at the AppData folder in my application, and noticed that all the Membership data and stuff gets stored in a SqlServer database - this basically makes my mySQL db irrelevant (esp concerning user info) - would it be better therefore to use this database for all my other applciation data rather than use a seperate db - or should this be used only for internal asp processes?