Various serurity issues are automatically handled by asp.net without having user to write code.
I am using CONFIGURATION-WEBSITE feature. It automatically created user-related database inside APP_DATA folder.
Now what do i have to do while i have to publish my website to remote server?
I mean how will i change the database from where the users information will be accessed for -login,authorization, authentication etc.