If you have a lot of contact with the client (bug fixes or changes), you should save the version number in a place convenient for searching (for example, footer). You will find that you are asking the client which version they are launching, if they cannot find it, it is frustrating for both the client and the service staff.
Make sure that the footer is a user control or that the version is stored in the database table or in the resource file, so you refresh once, and then view each page refresh. My recommendation is a user control, and if you want to track versioning, save the version numbers in the database and read them in your user control.
You can use the MS route for help β about a given menu and display the version number, for example, a js popup or on another page.
If for some reason you donβt like the version number on the footer or even the help pop-up menu, and you donβt deal with the client regularly, you can put it in the metadata or in the source code of your HTML.
source share