i just installed my application and getting this error message, what should i do.
Access to the database file is not allowed. [ 1914,File name = C:\Users\user\Documents\HMS\hm\App_Data\StarterSite.sdf,SeCreateFile ]
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlServerCe.SqlCeException: Access to the database file is not allowed. [ 1914,File name = C:\Users\user\Documents\HMS\hm\App_Data\StarterSite.sdf,SeCreateFile ]
Source Error:
Line 1: @{
Line 2: WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", autoCreateTables: false);
Line 3:
Line 4: // To let users of this site log in using their accounts from other sites such as Microsoft, Facebook, Twitter,