Using Different Web Configuration Visual Studio 2022

preview_player
Показать описание
On this video you will learn how to use different web configuration files when publishing to different environments from Visual Studio 2022.

ConnectionStrings:
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"

AppSettings:
xdt:Transform="Replace" xdt:Locator="Match(key)"

Chapters
00:00 Intro
00:17 Create Project
00:34 Set Up dev Web.Config file
01:42 Set Up Production Web.Config file
Рекомендации по теме
Комментарии
Автор

Perfect - short and to the point, exactly what I needed 👍

chrisdas
Автор

Thanks...short, sweet, right on the money!

Mexzot
Автор

cool.. How to integrate this transformation with azure devops pipeline. Can you you recommend anything?

sumangeorge
Автор

Thanks! do you know how to do this with RLM configurations?

JoseAdrianLuciano
Автор

now how to do that running locally inside vs?

TheNorthRemember