locked
installing an asp.net web app on a web server RRS feed

  • Question

  • User-2097295820 posted

    I am new to asp.net mvc. I used Entity Frame work in my project. I did some seeding when developing in my database. But I dont know how to go about this when I go live with my application. show I leave the seeding in my config file. Or how is the best approach to do this.

    Friday, October 18, 2013 9:47 AM

Answers

  • User-166373564 posted

    Hi skliz4rel

    To deploy MVC application, if your hosting provider already has ASP.NET MVC 1.0 installed on the hosting server, deploying your MVC application is no different that deploying any ASP.NET Web application. However, if the hosting provider does not currently support ASP.NET MVC 1.0, you must upload the required MVC assemblies in the Bin folder of your deployed application.

    Here are some related reference for your information:

    # How to: Deploy an ASP.NET MVC Application: http://msdn.microsoft.com/en-us/library/dd410407(v=vs.90).aspx 

    hope it helps,

    Regards

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, October 21, 2013 10:34 PM