HI,
I want to perform code analysis and code metrics on few of my websites.
However I came to know that code metrics cannot be performed on website. Hence I read in few forums and blogs that i need to convert my web site to weapplication.
I tried converting my website to web application as per the link http://msdn.microsoft.com/en-us/library/aa983476.aspx
But I have around 6 web references in my website. After converting my website, it does not consider these web references and compile errors are thrown.
What needs to be done? How can i add these references?(i tried creating web reference by going to service references--> Advanced--> web reference but it didn't work)
or is there any way I can perform code metrics on web site?