Here, Asp.net code which is used for creating a music player to play audio files. The code given below allows you to add music file and play it through asp.net.
To get Count Lines of Code(CLOC) in asp.net(vb.net),there is a tool called "Code Metrics" in Visual Studio 2008 and 2010.
This tool counts the lines of code in a project.
Usage:
-------
Solution Explorer --> Choose project --> right-click --> Select "Calculate Code Metrics".
Code Metrics window, shows the lines of code per project, namespace, class or method in the table view.