Skip to content

ASP.NET

ASP.NET is Microsoft’s open-source web framework for building modern, high-performance web apps and APIs with .NET. Choose this component when you’re shipping server-rendered sites, REST backends, or full-stack applications that benefit from the .NET ecosystem and tooling. Diploi handles the build/publish pipeline and runs your ASP.NET app as a service with the runtime and networking it needs.

Add ASP.NET to an existing project

Paste this entry into the components list in diploi.yaml to add ASP.NET to your project.

components:
- name: ASP.NET Core
identifier: asp
package: https://github.com/diploi/component-asp#main

See also