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)

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