Configure a web application for deployment

You want to deploy your ASP.NET MVC application to your own web server for production. Which steps do you take? (Choose all that apply)

Build a release configuration.
Build a debug configuration.
Disable the ASP.NET debugger in the Debuggers section of your project properties.
Change the debug attribute of the web.config to false.