Unfortunately it is not working for me

Discussion in 'ASP.NET / ASP.NET Core' started by ivan, Sep 4, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi there

    On local host everything works great, but when I transfer files to server it doesent work (compile)

    Just to mention- file web.sitemap realy existis.

    You can try it yourself :http://www.kupujem-auto.com/graditeljstvo/

    Thanks for any help!

    ---------------


    Server Error in '/' Application.


    The file web.sitemap required by XmlSiteMapProvider does not exist. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: The file web.sitemap required by XmlSiteMapProvider does not exist.

    Source Error:





    Code:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:





    Code:
    [InvalidOperationException: The file web.sitemap required by XmlSiteMapProvider does not exist.]
       System.Web.XmlSiteMapProvider.CheckSiteMapFileExists() +3106279
       System.Web.XmlSiteMapProvider.GetConfigDocument() +207
       System.Web.XmlSiteMapProvider.BuildSiteMap() +58
       System.Web.StaticSiteMapProvider.FindSiteMapNode(String rawUrl) +143
       System.Web.XmlSiteMapProvider.FindSiteMapNode(String rawUrl) +37
       System.Web.SiteMapProvider.FindSiteMapNode(HttpContext context) +41
       System.Web.SiteMapProvider.get_CurrentNode() +32
       System.Web.SiteMapProvider.GetCurrentNodeAndHintAncestorNodes(Int32 upLevel) +14
       System.Web.UI.WebControls.SiteMapPath.CreateControlHierarchy() +53
       System.Web.UI.WebControls.SiteMapPath.CreateChildControls() +29
       System.Web.UI.Control.EnsureChildControls() +87
       System.Web.UI.Control.PreRenderRecursiveInternal() +41
       System.Web.UI.Control.PreRenderRecursiveInternal() +161
       System.Web.UI.Control.PreRenderRecursiveInternal() +161
       System.Web.UI.Control.PreRenderRecursiveInternal() +161
       System.Web.UI.Control.PreRenderRecursiveInternal() +161
       System.Web.UI.Control.PreRenderRecursiveInternal() +161
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360
    

    Version Information:Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 <!--
    [InvalidOperationException]: The file web.sitemap required by XmlSiteMapProvider does not exist.
    at System.Web.XmlSiteMapProvider.CheckSiteMapFileExists()
    at System.Web.XmlSiteMapProvider.GetConfigDocument()
    at System.Web.XmlSiteMapProvider.BuildSiteMap()
    at System.Web.StaticSiteMapProvider.FindSiteMapNode(String rawUrl)
    at System.Web.XmlSiteMapProvider.FindSiteMapNode(String rawUrl)
    at System.Web.SiteMapProvider.FindSiteMapNode(HttpContext context)
    at System.Web.SiteMapProvider.get_CurrentNode()
    at System.Web.SiteMapProvider.GetCurrentNodeAndHintAncestorNodes(Int32 upLevel)
    at System.Web.UI.WebControls.SiteMapPath.CreateControlHierarchy()
    at System.Web.UI.WebControls.SiteMapPath.CreateChildControls()
    at System.Web.UI.Control.EnsureChildControls()
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
    at System.Web.UI.Page.HandleError(Exception e)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest()
    at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
    at System.Web.UI.Page.ProcessRequest(HttpContext context)
    at ASP.graditeljstvo_default_aspx.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    --><!--
    This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.-->
     
  2. The Url you provided works fine for me...have you fixed the problem?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page