This might be super simple, but the combination of search terms made it impossible to find a proper answer by just googling, so sorry if it's a stupid question.
I started an ASP.NET REST-API project as I want my server to be callable through an API, but I also want a single page application to communicate with the API (as an example implementation). To avoid CORS issues at the beginning, I'ld liked to deliver this SPA from my C# project, but I'm not sure how to accomplish that. Any hint for a thread or tutorial on specifically(!) this topic would be super helpful, thanks everyone. All I found was "How to build an ASP.NET website project" (so, no API) or "How to build an ASP.NET REST-API Project" (so, no Website).