When I publish a .NET application, it will (if enabled) auto-increment the version number, in the assembly.
Is there any way to mimic this behavior, in an ASP.NET site?
We have a test enviroment that we publish to, and a live enviroment, and it would be really helpful, if I could add a label somewhere, showing the version.
I haven’t worked on Asp.Net in a long time but I think if you have “Web Application” instead of “Web Site” that should do what you are looking for.