Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, an ASP Core - Angular 2 website can be self-hosted using a console app with OWIN. OWIN (Open Web Interface for .NET) is a standard for building decoupled web applications. It provides a simple and flexible way to host web applications without the need for a full web server, such as IIS. With OWIN, you can host your ASP Core - Angular 2 website in a console application, and run it as a standalone application. This provides greater control over your hosting environment, and can be useful for development, testing, or deployment scenarios where a full web server is not available or desirable.