web application version
-
Hi, I want to ask where is the best place to save the web application version? because i want to show the version on my default page but I thought if there is a specific place to save other than Global file? Thanks
-
Hi, I want to ask where is the best place to save the web application version? because i want to show the version on my default page but I thought if there is a specific place to save other than Global file? Thanks
Probably in
web.cofig
as It's not accessible from outside.Regards, Hiren. Microsoft Dynamics CRM "The difference between the impossible and the possible lies in a person's determination" - Tommy Lasorda
-
Hi, I want to ask where is the best place to save the web application version? because i want to show the version on my default page but I thought if there is a specific place to save other than Global file? Thanks
As Hiren suggested, you can save it in
web.config
. I have several projects (small as well big) saving it in config file.Cheers!! Brij Visit my Blog: http://brijbhushan.net
My new Article :Data linking with jQuery -
Hi, I want to ask where is the best place to save the web application version? because i want to show the version on my default page but I thought if there is a specific place to save other than Global file? Thanks
Place it in web.config in app settings section. Then you will be able to read it easily in code like
ConfigurationManager.AppSettings["YourApplicationName:VersionInfo"]
I Web Development Free Lancer
Share your experience with others Check my Blog...