Hi,

Is it possible to get a version number for an ASP.NET project or Assembly?

I know that ASP.NET assigns my project a version number - it can be specified in AssemblyInfo.vb. I can also see it in the project.dll that gets created.

My question is how can I access it at runtime (to display/reference)

I thought I might be able to access it via:

Code:
System.Reflection.Assembly.Version
or similar, but I can't seem to get it.

Any ideas??

Thanks,
Tim