Kishan Bhatt
Kishan Bhatt

Reputation: 68

Hosting MVC application on linux server

I am developing an MVC 4 application on windows and that is to be hosted on Debian. I am a newbie to web development. I am using Mariadb in backend.

I don't know how to deploy this application. Can anybody provide help to me?

UPDATE

I am using Mono 3.2.3

Upvotes: 0

Views: 2965

Answers (2)

Jacqueline Loriault
Jacqueline Loriault

Reputation: 700

I'm running 4 MVC4 sites on my Ubuntu 16.04 server and all I did was install a ftp server and I put all the sites in my user home dir under public_html (eg: public_html/site1 public_html/site2) then use the ftp publish method of visual studio which will build the site and copy everything over via ftp then you can just browse your site.

Upvotes: 0

Bellash
Bellash

Reputation: 8204

There is no way to host a Microsoft asp.net mvc 4 Application on Linux UNLESS you use Mono (Never tried it but the honey is here ).

OR

If you don't want to buy mono, Wait for vNext ! He Will be among us around April 2015 as Microsoft Announced at the DotNet-Conf.

MEANWHILE

you can download VisualStudio 2014 CTP and taste the golden kvm

More resources

Upvotes: 3

Related Questions