Hopefully this is an easy one – though I don’t seem to have much luck Googling the following:
Usually in an ASP.NET Web Application I would write – My.Application.Info.ProductName or My.Application.Info.Version, but I’m looking at an older ASP.NET Web Site and it doesn’t have the Application option.
Does anyone know the equivalents?
I asked a similar question:
How should I version an ASP.NET Web Site project?
My solution was to use the assembly version of an assembly I included with my web site.