I have a SharePoint solution which I developed in a server named HostA, and was deployed in the same server at the url, http://HostA:2100/ASD
Later I moved the entire solution to a new server HostB, and i restored the entire site. And I got my site working at the url http://HostB:2100/ASD. I did change the url properties for the project before deploying the solution.
However whenever i click debug, the new window opened will refer the old url, that is http://HostA:2100/ASD. How can I change that to reference the new Url, that is http://HostB:2100/ASD.
<SharePointSiteUrl>http://HostB:2100/ASD/</SharePointSiteUrl>– Jithu Sep 30 '12 at 8:50