Sunday, October 30, 2022

[SOLVED] Webserver on Raspberry Pi with ASP.Net Interface

Issue

I have developed a web server (C#) which runs on the Raspberry Pi (Windows IoT), but it can only send static HTML pages. Now, I want to render the pages dynamically using ASP.Net.

What is the best way to implement this?


Solution

Check out my post "Step by step: Running ASP.NET Core on Raspberry Pi" here: https://carlos.mendible.com/2017/03/21/step-by-step-running-aspnet-core-on-raspberry-pi/



Answered By - Carlos Mendible
Answer Checked By - Terry (WPSolving Volunteer)