locked
Deploy and execute Asp.net application on Linux OS RRS feed

  • Question

  • Hi All,

    We wanted to deploy ASP.net MVC application on Linux server. We have following required software list

    SQL server 2012

    IIS 6 and above

    .net framework 4.5

    SMTP port need to be open

    Can you please let me know if we will able to deploy this on Linux machine.

    1. If yes, what need to be available or install Linux system.

    2. What changes we have to do on .Net application

    3. Steps to deploy on Linux system

    Please help here.

    Thank You,

    Varsha

    Monday, April 10, 2017 5:43 AM

All replies

  • There should be an Apache module to handle asp called mod_mono.

    For Mono Asp support

    http://www.mono-project.com/docs/faq/aspnet/

    Asp porting guide

    http://www.mono-project.com/docs/web/porting-aspnet-applications/

    Monday, April 10, 2017 4:53 PM
  • Hi

    Thank you for your reply. I read about Mono, but I think if your application needs to be developed from scratch then Mono will be useful. For our we had already created/running Asp.net application. In this case what will be the best suitable option

    Thank you

    Varsha

    Monday, April 10, 2017 5:18 PM
  • Yes it would need to be ported.
    Monday, April 10, 2017 7:14 PM
  • Sorry, but I didn't get the answer. My question is if we wanted to deploy an application then

    1. what changes in an existing application I need to do

    2. What all things I have to install on Linux

    3. will complex ASP.net application will work by hosting on Linux server

    4. step by step guide if available

    Thank you

    Tuesday, April 11, 2017 11:56 AM