Configuration Error

Discussion in 'ASP.NET / ASP.NET Core' started by BALUVEER_MUKKAMALA, May 24, 2005.

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

    I uploaded my asp.net application into temporary ftp of my accountand when i opened the page
    http://textlinkxco.web119.discountasp.net/textlinksmanager/indexed.aspx, it is showing the following error.

    (kindly give me suggestions in solving this error)
    Server Error in '/' Application.


    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:






    Code:
    Line 37:            by Microsoft that offers a single logon and core profile services for member sites.
    Line 38:     -->
    Line 39:     <authentication mode="Windows" /> 
    Line 40: 
    Line 41: 
    Source File: E:\web\textlinkxco\htdocs\textlinksmanager\web.config Line: 39





    Version Information:Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

    Regards,
    balu.












    <!--
    [ConfigurationException]: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (E:\web\textlinkxco\htdocs\textlinksmanager\web.config line 39)
    at System.Web.Configuration.HttpConfigurationSystem.CacheLookup(String vpath)
    at System.Web.Configuration.HttpConfigurationSystem.ComposeConfig(String reqPath, IHttpMapPath configmap)
    at System.Web.HttpContext.GetCompleteConfigRecord(String reqpath, IHttpMapPath configmap)
    at System.Web.HttpContext.GetCompleteConfig()
    at System.Web.HttpContext.GetConfig(String name)
    at System.Web.HttpContext.GetLKGConfig(String name)
    --><!--
    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. Bruce

    Bruce DiscountASP.NET Staff

    this error means that the textlinksmanager folder needs to be a web application root (or starting point).

    In the beta environment, we only allow a single application (ie. the root). You'll have to move your application to the root for it to work.

    Bruce

    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