App Version Number in ASP.NET

  • Thread starter Thread starter Kris Rockwell
  • Start date Start date
K

Kris Rockwell

Hello (again),

I have noticed in the AssembyInfo file for the ASP web project that there is
as AssemblyVersion attribute. Is there anyway to render that information to
one of the ASPX pages?

Regards,
Kris
 
Hi Kris,

Try: System.Reflection.Assembly.GetExecutingAssembly().GetName().Version

Matt Hawley, MCAD .NET
http://www.eworldui.net

Hello (again),

I have noticed in the AssembyInfo file for the ASP web project that there is
as AssemblyVersion attribute. Is there anyway to render that information to
one of the ASPX pages?

Regards,
Kris
 
Back
Top