April 2017
Beginner
404 pages
9h 30m
English
Traditionally, web applications are always hosted on fully fledged web servers like IIS. Though we could launch Music Store using self-hosting and Kestrel web server, this would not be an ideal scenario in production environments. IIS is a full-blown web-server which comes with many additional features like PowerShell support, web module plugins, custom handlers, a certificate manager, and so on. Since Windows Server core is a non-GUI OS, a strong PowerShell skillset is also necessary for performing operations like creating application pools, applying access restrictions, monitoring, restarting app pools or web applications, and so on.
The following brief steps should be used for hosting ...
Read now
Unlock full access