Programmatically configure the path to the version file
. Use it for IIS or Azure hosting.
FileVersionProviderSettings.Default.VersionFilePath = Server.MapPath("~/version.txt");
Programmatically configure the path to the version file
. Use it for IIS or Azure hosting.
FileVersionProviderSettings.Default.VersionFilePath = Server.MapPath("~/version.txt");