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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top