M
Mufasa
Is there any way to get a version number of a web site? I used
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString()
in 1.1 and it seemed to return a version number. When I do that in 2.0, it
always returns 1.0.0.0. The version # isn't really important, I just want
to keep track of when changes happen. I suppose I could even do something
like compile time.
So is there anyway to tell the date/time when a file was compiled ?
TIA - Jeff.
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString()
in 1.1 and it seemed to return a version number. When I do that in 2.0, it
always returns 1.0.0.0. The version # isn't really important, I just want
to keep track of when changes happen. I suppose I could even do something
like compile time.
So is there anyway to tell the date/time when a file was compiled ?
TIA - Jeff.