Raspberry Pi 上的网络服务器具有 ASP.Net 接口
Webserver on Raspberry Pi with ASP.Net Interface
我的问题:
我开发了一个在 Raspberry Pi(Windows 物联网)上运行的网络服务器 (C#),但它仅适用于 html。我想使用我的 ASP.Net (C#) 项目中的网站。
我该怎么做?
源代码:http://download1085.mediafire.com/iwe3n1v80bhg/dofqjivu8vnnczb/Source+Code.zip
谢谢阿尔文
如果你想 运行 ASP.NET on Raspberry pi,你可以看看 ASP.NET 核心。
Arm32 support for .NET Core is still being brought up, but there are now daily runtime builds that are ready to use. There is no SDK that runs on ARM32 yet, but you can publish an application that will run on a Raspberry Pi.
These steps have been tested on a RPi 2 and RPi 3 with Linux and Windows.
上提供了完整的说明和示例
在这里查看我的 post "Step by step: Running ASP.NET Core on Raspberry Pi":https://carlos.mendible.com/2017/03/21/step-by-step-running-aspnet-core-on-raspberry-pi/
我的问题: 我开发了一个在 Raspberry Pi(Windows 物联网)上运行的网络服务器 (C#),但它仅适用于 html。我想使用我的 ASP.Net (C#) 项目中的网站。
我该怎么做?
源代码:http://download1085.mediafire.com/iwe3n1v80bhg/dofqjivu8vnnczb/Source+Code.zip
谢谢阿尔文
如果你想 运行 ASP.NET on Raspberry pi,你可以看看 ASP.NET 核心。
上提供了完整的说明和示例Arm32 support for .NET Core is still being brought up, but there are now daily runtime builds that are ready to use. There is no SDK that runs on ARM32 yet, but you can publish an application that will run on a Raspberry Pi.
These steps have been tested on a RPi 2 and RPi 3 with Linux and Windows.
在这里查看我的 post "Step by step: Running ASP.NET Core on Raspberry Pi":https://carlos.mendible.com/2017/03/21/step-by-step-running-aspnet-core-on-raspberry-pi/