0

Currently i am doing a project in ASP .net MVC5 web application and it need to deploy in linux os.

I have google on internet, There were being saying the convert the code to .net CORE and deploy it using mono or .net core, Which i don't have any idea.

Can anyone help me out.

1 Answer 1

1

ASP.net mvc5 Project can't be deployed on Linux. However if you want to deploy it on linux, First you have to convert it into .net Core MVC Project. ASP.NET Core is available on Windows, Mac, and Linux. Follow the steps provided by the microsoft docs to convert your app into .net Core MVC and of course you have to download install .net Core.

Migrating From ASP.NET MVC to ASP.NET Core MVC

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.