I have a asp.net web project I am working on, and found out my roles and such are stored in an .mdf file. While reading on attempting to connect to it via SQL Management Studio (using SQLExpress 2005), I found this article:
https://help.maximumasp.com/SmarterTicket/Customer/KBArticle.aspx?articleid=878
Now, my question is - should I be doing this? I am going to upload the website to a hosting provider when finished, and would like the process to be as smooth as possible.
Does one normally just move the MDF file to the server along with the website, or is it better to have the information stored inside SQL Server itself? I do have a DB already for the website... can I integrate asp.net's role information into my own DB so that I only have a single DB to manage?
Thanks for reading, ~~Kolten