Mixing node.js and ASP.NET projects in a single Azure Web Role?
NickName:Mikael Koskinen Ask DateTime:2012-10-22T23:35:56

Mixing node.js and ASP.NET projects in a single Azure Web Role?

It's quite easy to host multiple ASP.NET projects on a single Azure Web Role (tutorial) but is it possible to use a single Web Role to host both ASP.NET and node.js projects?

Copyright Notice:Content Author:「Mikael Koskinen」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/13014805/mixing-node-js-and-asp-net-projects-in-a-single-azure-web-role

More about “Mixing node.js and ASP.NET projects in a single Azure Web Role?” related questions

Mixing node.js and ASP.NET projects in a single Azure Web Role?

It's quite easy to host multiple ASP.NET projects on a single Azure Web Role (tutorial) but is it possible to use a single Web Role to host both ASP.NET and node.js projects?

Show Detail

Website Projects in Azure Web Role

I am researching a new ASP.Net project that we would like to host in a Windows Azure Web Role. One of the technical requirements of this project is to make use of the full pre-compilation options (...

Show Detail

How to deploy a Node.js web role along with a .NET web role in azure cloud service project?

I have a cloud service with a web role in .NET. But I am also using socket.io for some functionalities of my project. What i have been doing all this while is that am putting the socket.io node.js ...

Show Detail

Separating Web Role and Web Application into separate projects

When creating an Azure Web Role with ASP.NET WebAPI, both the Web application code and WebRole.cs file are in the same project. I like separating them into different projects e.g. Project.

Show Detail

Asp.Net Web API and Azure Web Role

I created a web application using Asp.net web api in azure and i want to consume it with a web role application ! what is the difference between web application and web role and what should i do ! ...

Show Detail

ASP.NET 5 web application as Azure Web Role?

We have a ASP.NET 5 web application in our solution. Typically, we could right click on the Cloud Service "Roles" item and add a new role from an existing project in the solution. But it cannot

Show Detail

ASP.NET MVC on Azure: combine or separate web roles?

I'm working on an ASP.NET MVC 5 web application, hosted on Azure, which currently has the following setup: web role 1: an ASP.NET MVC project for the UI: mostly a single page application with Angu...

Show Detail

What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.NET MVC application? What reason would I choose a "web site" over a "web role" or v...

Show Detail

What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.NET MVC application? What reason would I choose a "web site" over a "web role" or v...

Show Detail

What is the difference between an Azure Web Site and an Azure Web Role

What are the material differences between the new Azure Web Sites and the traditional Azure Web Roles for an ASP.NET MVC application? What reason would I choose a "web site" over a "web role" or v...

Show Detail