How to find what DDN version that you are running

This is an one common question ask many DNN beginners..Yeah its good to know the version..there are situations like DNN upgrade you really want to know the version exactly.its easy I'll tell what I do..


Go to Your site root - DNN folder -> App_Code folder ->You will find AssemblyInfo.vb file


Down the line of the file you will find the version of your DNN as <Assembly: AssemblyVersion("X.X.X.X")> 

No comments:

Post a Comment