views:

22

answers:

1

What is the best way to version your asp.net website using the standard major.minor.revision.build? Do you use a script or do you manually change those numbers?

+2  A: 

We set it via our build and deploy script.

L2Type
Can you share your script?
vikasde