I have a command line like this in my post-build event:
aspnet_regiis -pef connectionStrings "$(ProjectDir)" -prov "DataProtectionConfigurationProvider"
But aspnet_regiis
is returning a failure because the tralling \
in the directory. Pass full name, path + web.config doesn't work either.
How can I solve this?