This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which of the following statements is true of framework-dependent deployments?
The app is published with the .NET runtime.
The resulting published app can be deployed to any system that has the .NET runtime installed.
"You must run chmod +x on the published app."
chmod +x
The source code is included in the published app.
Which of the following statements is true of self-contained deployments?
The resulting published app can run in any environment.
The size of the published app is smaller than a framework-dependent deployment.
What is the name of the built-in web server in ASP.NET Core?
IIS
Kestrel
Apache
Nginx
You must answer all questions before checking your work.
Was this page helpful?