Posted on: 1/20/2015 5:47:54 PM | Views : 592

Hi,
In my application  when user links on link  it should transfer to  another portal using site map node url .when I give the url url=www.argent.com  it is showing error "resource  cannot be found"
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"> <siteMapNode url="Default.aspx" title="Client Portal Sitemap" description="Sitemap" roles="*"> <siteMapNode url="Default1.aspx" title="Order Test" description="Order Test"> </siteMapNode> <siteMapNode url="Default3.aspx" title="Quality" description="Quality"> <siteMapNode url="www.argent.com" title="TestTickets" description="TestTickets" /><siteMapNode url="RMA/rma" title="Remo ...

Go to the complete details ...