I am creating an MVC application, run it and register. I did not find the subscription data saved place. Where is it?
Note: The application running on the Developer Web Server (Cassini).
The default MVC application will store user credentials in aspnetdb.mdf that will be located in your App_Data directory. When you run the application, the file will be created and connected to the SQL Server Express if it does not already exist.
Your web Open the config file and see the "Application Services" connection string for default value.
Comments
Post a Comment