Adding, modifying, or deleting the application's Web.config file.
Agregar, modificar o eliminar el archivo Web.config de la aplicación.
Removes all aliases that are currently contained in or inherited from the specified Web.config file.
Quita todos los alias actualmente contenidos o heredados del archivo Web.config especificado.
You enable application-level tracing using the trace element in the Web.config file.
La traza en el nivel de aplicación se habilita mediante el elemento trace del archivo Web.config.
Then open the Web.config file and make the following necessary changes
Abra el archivo Web.config y haga los siguientes cambios necesarios
The following example shows how to select all the connection strings in the development Web.config file.
En el siguiente ejemplo se muestra cómo seleccionar todas las cadenas de conexión del archivo Web.config de desarrollo.
It's as simple as adding a couple of lines to the Web.config or machine.config files.
Es tan sencillo como agregar un par de líneas a los archivos Web.config o machine.config.
If this line of code is missing, you should manually add it to the relevant Web.config file.
Si falta esta línea de código, se debe agregar manualmente el archivo Web.config relevante.
Configuration changes for that feature will then be read from and written to Web.config files in sites or applications.
Los cambios de configuración para esa característica se leerán y escribirán en archivos Web.config de sitios o aplicaciones.
If the Web.config file has a namespace, remove the namespace.
Si el archivo Web.config tiene un espacio de nombres, quite el espacio de nombres.
Next, we want to setup the connection string of the data source, within the Web.config file.
A continuación queremos configurar la cadena de conexión de la fuente de datos dentro del archivo Web.config.
While they are included in farm backups, if an application has been configured to use forms-based authentication, the configuration process will alter the Web.config files.
Mientras que están incluidas en las copias de seguridad de granja, si una aplicación se ha configurado para utilizar autenticación basada en formularios, el proceso de configuración modificará los archivos web.config.
If profile properties are defined in the application's Web.config file, an assembly is generated that contains a profile object.
Si hay propiedades de perfil definidas en el archivo Web.config de la aplicación, se genera un ensamblado que contenga un objeto de perfil.
This behavior may occur because the Web.config file, together with most user-configurable files and registry settings, is marked as "mutable" in our servicing infrastructure.
Este comportamiento puede producirse porque el archivo Web.config, junto con la mayoría de archivos configurables por el usuario y la configuración del registro, se marca como "mutable" en nuestra infraestructura de servicios.