I am not using default DB aspnet.mdf I am using my own DB, but if i Create a user its creating aspnet.mdf automatically, any idea why?
Here is my configuration settings.
<configuration>
<appSettings/>
<connectionStrings>
<clear/>
<add name="SecurityTutorialsConnectionString ...
Go to the complete details ...