How Azure Web Apps Hosts an ASP.NET 5 Application

I want to write this quick post because figuring out how an ASP.NET 5 application is hosted under Azure Web Apps was a big question for me. Some information is already there on this topic but the concept wasn’t crystal clear because when you look at the packed version of an ASP.NET 5 web application, it has the following structure on disk:

image

It will even get more interesting when you look inside the wwwroot folder:

image

We have the static files, bin folder which only contains AspNet.Loader.dll ins...

1 like ·   •  0 comments  •  flag
Share on Twitter
Published on April 12, 2015 23:27
No comments have been added yet.