Click here to Skip to main content
15,897,273 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: code comments Pin
kalberts28-Jul-16 5:28
kalberts28-Jul-16 5:28 
GeneralRe: code comments Pin
TheGreatAndPowerfulOz28-Jul-16 6:00
TheGreatAndPowerfulOz28-Jul-16 6:00 
GeneralRe: code comments Pin
TheGreatAndPowerfulOz28-Jul-16 5:59
TheGreatAndPowerfulOz28-Jul-16 5:59 
GeneralRe: code comments Pin
Member 844862228-Jul-16 3:47
Member 844862228-Jul-16 3:47 
GeneralRe: code comments Pin
kalberts28-Jul-16 5:23
kalberts28-Jul-16 5:23 
JokeRe: code comments Pin
A. A. J. Rodriguez28-Jul-16 8:50
A. A. J. Rodriguez28-Jul-16 8:50 
PraiseRe: code comments Pin
TheGreatAndPowerfulOz28-Jul-16 8:55
TheGreatAndPowerfulOz28-Jul-16 8:55 
RantASP.NET MVC 6 Pin
Richard Deeming26-Jul-16 8:44
mveRichard Deeming26-Jul-16 8:44 
From what I can see, the only way to use the nice new features in MVC6 (tag helpers, view components, etc.) is to create a console application running its own web server, and then use IIS as a "reverse proxy" to forward requests to that server.

Servers — ASP.NET documentation[^]

So instead of requests coming in to IIS, being handled by ASP.NET, and then returned to the client, we get requests coming in to IIS, being picked up by a native module, forwarded on to a different web server hosted in a console application, processed, returned to the native module, and then being returned to the client.

And because it's an external process, you have to jump through hoops[^] to update the files, since they're always in use.

Not to mention the additional hassle of changing the configuration, with no GUI option, and the possibility that some of the settings can't be changed without recompiling.

If I'm targeting the full framework, and hosting on Windows, why the elephant would I want to host the code in anything other than IIS? WTF | :WTF:

Please tell me I'm missing something? If not, I'll be sticking with v5.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: ASP.NET MVC 6 Pin
Kornfeld Eliyahu Peter26-Jul-16 9:28
professionalKornfeld Eliyahu Peter26-Jul-16 9:28 
GeneralRe: ASP.NET MVC 6 Pin
Richard Deeming26-Jul-16 10:13
mveRichard Deeming26-Jul-16 10:13 
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 
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 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   27 votes