Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy ASP.NET MVC App on IIS Express or an other WebServer?

Is there any possibility deploying and runing an ASP.NET MVC 5 App locally on an IIS Express or on an other WebServer without establish the normal IIS?

like image 488
user3929884 Avatar asked Apr 17 '15 07:04

user3929884


People also ask

How to deploy ASP NET MVC 5 on Windows IIS server?

ASP.NET MVC 5 - Deployment On Windows IIS Server. Step 1. Right-click on your ASP.NET MVC5 application inside Visual Studio and then click "Publish". Step 2. Now, select the "IIS" option from the left menu and click "Create Profile" button. Step 3. Change your publish method to "Web Deploy Package" ...

How to deploy an ASP NET application?

After an ASP.Net application is developed, the next step is that it needs to be deployed. In .Net, IIS is the default web server for ASP.Net applications. ASP.Net web applications can be deployed using File copy method. ASP.Net web applications can also be deployed using Web Publish method.

How to deploy web applications using IIS Express?

But now using IIS Express I can easy take advantage of IIS . Lets see how simple it is to deploy Web applications using IIS Express . It is a 3 Mb download . Download and install it in your system . Once the Installation is completed . C:\Program Files (x86)\IIS Express and click on the iisexpress application .

How do I install IIs on ASP NET server?

To install an IIS web server and configure it for ASP.NET web applications, follow the steps listed. Step 1: Install IIS and ASP.NET Modules. Step 2: Configure ASP.NET Settings. Step 3: Configure Data Source Settings.


1 Answers

The following link describes the necessary steps hosting an ASP.NET MVC project with IIS Express:

Running a Site using IIS Express from the Command Line

like image 98
user3929884 Avatar answered Sep 30 '22 16:09

user3929884