Training
Module
Publish an ASP.NET Core app - Training
Learn how to publish an ASP.NET Core app for deployment to a web server or cloud service.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
This article is specific to .NET Framework. It doesn't apply to newer implementations of .NET, including .NET 6 and later versions.
This section of the .NET Framework documentation provides essential information for deploying .NET Framework applications, including guidelines for loading assemblies, resolving assembly references, and improving the performance of your application through native image generation.
How the Runtime Locates Assemblies Describes how the common language runtime locates and binds to the assemblies that make up your application.
Best Practices for Assembly Loading Discusses ways to avoid problems of type identity that can lead to InvalidCastException, MissingMethodException, and other errors.
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Training
Module
Publish an ASP.NET Core app - Training
Learn how to publish an ASP.NET Core app for deployment to a web server or cloud service.