Good evening. Tell me, please, the correct algorithm for posting a project based on the .NET MVC5 template to hosting at appharbor.com. The project uses ApplicationDbContext and DefaultConnection, then the base is built on the constructed classes.

    1 answer 1

    From the documentation from the device:

    1. Go to appharbor.com/applications
    2. Create an application
    3. Get the URL of the repository
    4. Add in your local repository previously obtained as a remote repository
    5. Start changes

    Here is another example of the MVC solution with pictures.

    • I was pushing a project there, taking a free sql server, but it gives an error, the project works locally. - Maks
    • @Maks what a mistake? - Mstislav Pavlov
    • When I launch the site, writes - Error. An error occurred while processing your request. - Maks
    • @Maks well, not the fact that it is connected with the database. The reasons for this error are many. See logs. - Mstislav Pavlov
    • Html works, it does not appear the data from the database, and adding them to the database does not work, this error pops up. - Maks