I have web.config with 2 conversions - for debugging and release.
web.config:
<connectionStrings> <clear /> <add name="StrName" connectionString="data source=.\sqlexpress;User Id=sa;Password=pass;Database=SocialBot;" providerName="System.Data.SqlClient" /> </connectionStrings>
I just copied the above example and replaced the name with StrName. I get:
<add name="StrName" connectionString="$(ReplacableToken_SocialBotConnectionString-Web.config Connection String_0)" providerName="System.Data.SqlClient" />
What the hell is a ReplacableToken_?
I have another project and it works without problems.
web-config
sirrocco 02 Sep 2018-10-18T00: 00Z
source share