C chris.breier Jul 17, 2006 #1 Does someone know how I can not only specify but retrieve the build version for a ASP.Net 2.0 web project.
Does someone know how I can not only specify but retrieve the build version for a ASP.Net 2.0 web project.
J Juan T. Llibre Jul 17, 2006 #2 If you are using either the VS 2005 Web Deployment Project, or are using MSBuild, you can. See : http://weblogs.asp.net/bradleyb/archive/2005/12/02/432150.aspx and http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx Juan T. Llibre, asp.net MVP aspnetfaq.com : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ===================================
If you are using either the VS 2005 Web Deployment Project, or are using MSBuild, you can. See : http://weblogs.asp.net/bradleyb/archive/2005/12/02/432150.aspx and http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx Juan T. Llibre, asp.net MVP aspnetfaq.com : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ===================================
C chris.breier Jul 17, 2006 #3 I see that I can set the version by using a Web Development Project but how do I get the version to dynamicly display it on an about page?
I see that I can set the version by using a Web Development Project but how do I get the version to dynamicly display it on an about page?
C chris.breier Jul 18, 2006 #4 Found the solution here http://odetocode.com/Blogs/scott/archive/2006/01/24/2786.aspx