What Is a web.config File? Imprimir

  • windows, web, config
  • 0

If your server uses IIS, you can use web.config files to control your website’s configuration without editing your server configuration files. You can even apply different settings to different directories within your website.

You can easily create a web.config file by creating a plaintext file and uploading it to your server. If you have multiple web.config files, remember that files higher up in the filepath always take precedence. If you want to make a configuration change to your whole server, we recommend editing server-level IIS settings instead.

Before making any changes to configuration files, we strongly recommend you take a backup of the file.

Some common uses for web.config files include:

  • redirecting URLs to be more easily readable (e.g., mysite.com/product/shirt instead of mysite.com/prodid=1234)
  • loading custom error pages (e.g., 404 pages)
  • forcing your site to use https instead of http.
  • password protecting certain directories
  • preventing hot-linking

If you have a server that uses Plesk, we recommend using the Plesk control panel to change these types of configurations instead of web.config files. You can also use the File Manager in Plesk to edit the web.config file.


Esta resposta foi útil?

« Voltar