StaticSiteMapProvider.AddNode()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everybody
i am trying to add a node to the Sitemap with an external URL; like
"http://microsoft.com" , buty when i do this using
StaticSiteMapProvider.AddNode(node, node), i get HttpException stating that
"http://microsoft.com" is not a valid virtual path, though everything works
fine for the nodes with URL refrencing pages in my application or even any
url that doesn't have the http:// , any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top