On the web browser i'm getting the tcp network error but when I checked the logs in the sql it show this error
Error adding to SiteMapProvider: System.Web.HttpException (0x80004005): 'http://208.75.250.78/zh/hotel/dubai-flora-grand-hotel/dubai-flora-grand-health-and-leisure/flora-grand-spa/zen-spa-pedicure.aspx' is not a valid virtual path. at System.Web.Util.UrlPath.CheckValidVirtualPath(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
error when publishing
Our current setup is 10 multilingual site.
On the web browser i'm getting the tcp network error but when I checked the logs in the sql it show this error
Error adding to SiteMapProvider: System.Web.HttpException (0x80004005): 'http://208.75.250.78/zh/hotel/dubai-flora-grand-hotel/dubai-flora-grand-health-and-leisure/flora-grand-spa/zen-spa-pedicure.aspx' is not a valid virtual path.
at System.Web.Util.UrlPath.CheckValidVirtualPath(String path)
at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative)
at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode)
at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
Is your umbraco installation in the root directory for your IIS server?
Try to republish the entire site.
yes it is on the root directory of IIS.
I tried publishing the entire site but to no avail. The hostname that I set is not working.
is working on a reply...