Click here to Skip to main content
15,914,943 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: ASP.NET MVC 6 Pin
Kornfeld Eliyahu Peter26-Jul-16 10:37
professionalKornfeld Eliyahu Peter26-Jul-16 10:37 
GeneralRe: ASP.NET MVC 6 Pin
Chris Maunder26-Jul-16 10:51
cofounderChris Maunder26-Jul-16 10:51 
JokeRe: ASP.NET MVC 6 Pin
Rajesh R Subramanian26-Jul-16 15:09
professionalRajesh R Subramanian26-Jul-16 15:09 
GeneralRe: ASP.NET MVC 6 Pin
Nish Nishant27-Jul-16 4:47
sitebuilderNish Nishant27-Jul-16 4:47 
GeneralRe: ASP.NET MVC 6 Pin
Kornfeld Eliyahu Peter26-Jul-16 22:10
professionalKornfeld Eliyahu Peter26-Jul-16 22:10 
GeneralRe: ASP.NET MVC 6 Pin
Dan Neely27-Jul-16 2:53
Dan Neely27-Jul-16 2:53 
GeneralRe: ASP.NET MVC 6 Pin
Richard Deeming26-Jul-16 11:52
mveRichard Deeming26-Jul-16 11:52 
GeneralRe: ASP.NET MVC 6 Pin
Vincent Maverick Durano27-Jul-16 4:01
professionalVincent Maverick Durano27-Jul-16 4:01 
Richard Deeming wrote:
You're setting up IIS as a "reverse proxy" to pass all requests through to the custom web server in a console application.


That's correct, and that makes ASP.NET Core completely different from previous version of ASP.NET. Since ASP.NET Core was designed to be host-agnostic that can run on any platform (OSX and Linux). ASP.NET Core applications are standalone Console applications invoked through the dotnet runtime command. They are not loaded into an IIS worker process, but rather loaded through a native IIS module called AspNetCoreModule that executes the external Console application.


Richard Deeming wrote:
It seems there's no way to have an MVC 6 application hosted directly in IIS.


At the moment, yes, there's no direct way. It involves quite of configuration to be able to run on IIS. Perhaps, this article might give you some insights:
[ Publishing and Running ASP.NET Core Applications with IIS^]

PS: The term/name "MVC 6" might be changed in the future, as ASP.NET Core merges MVC and Web API (a.k.a MVC 6). Though Web Pages and SignalR aren't included yet.
GeneralRe: ASP.NET MVC 6 Pin
Richard Deeming27-Jul-16 4:13
mveRichard Deeming27-Jul-16 4:13 
GeneralRe: ASP.NET MVC 6 Pin
Vincent Maverick Durano27-Jul-16 4:36
professionalVincent Maverick Durano27-Jul-16 4:36 
GeneralRe: ASP.NET MVC 6 Pin
Jeremy Falcon26-Jul-16 9:56
professionalJeremy Falcon26-Jul-16 9:56 
GeneralRe: ASP.NET MVC 6 Pin
ZurdoDev26-Jul-16 9:58
professionalZurdoDev26-Jul-16 9:58 
GeneralRe: ASP.NET MVC 6 Pin
Vincent Maverick Durano27-Jul-16 4:09
professionalVincent Maverick Durano27-Jul-16 4:09 
GeneralRe: ASP.NET MVC 6 Pin
Marc Clifton26-Jul-16 10:02
mvaMarc Clifton26-Jul-16 10:02 
GeneralRe: ASP.NET MVC 6 Pin
Jeremy Falcon26-Jul-16 11:06
professionalJeremy Falcon26-Jul-16 11:06 
GeneralRe: ASP.NET MVC 6 Pin
Richard Deeming26-Jul-16 11:57
mveRichard Deeming26-Jul-16 11:57 
PraiseRe: ASP.NET MVC 6 Pin
Jeremy Falcon26-Jul-16 12:00
professionalJeremy Falcon26-Jul-16 12:00 
GeneralRe: ASP.NET MVC 6 Pin
Dan Neely27-Jul-16 2:55
Dan Neely27-Jul-16 2:55 
GeneralRe: ASP.NET MVC 6 Pin
Vincent Maverick Durano27-Jul-16 4:22
professionalVincent Maverick Durano27-Jul-16 4:22 
GeneralSo, Forex and MetaTrader 4... Pin
Jeremy Falcon26-Jul-16 8:00
professionalJeremy Falcon26-Jul-16 8:00 
GeneralRe: So, Forex and MetaTrader 4... Pin
Slacker00726-Jul-16 8:37
professionalSlacker00726-Jul-16 8:37 
GeneralRe: So, Forex and MetaTrader 4... Pin
Jeremy Falcon26-Jul-16 8:48
professionalJeremy Falcon26-Jul-16 8:48 
QuestionRe: So, Forex and MetaTrader 4... Pin
Slacker00726-Jul-16 8:51
professionalSlacker00726-Jul-16 8:51 
AnswerRe: So, Forex and MetaTrader 4... Pin
Jeremy Falcon26-Jul-16 8:53
professionalJeremy Falcon26-Jul-16 8:53 
GeneralRe: So, Forex and MetaTrader 4... Pin
BillWoodruff26-Jul-16 13:21
professionalBillWoodruff26-Jul-16 13:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.