error in starting an aspx page

Discussion in 'ASP.NET / ASP.NET Core' started by gpi, Feb 2, 2005.

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

    gpi

    I get the following error when I tried to access and .aspx page from my website hosted on discountasp.
    Can some one help me resolve this error.

    Thanks


    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: Unrecognized attribute 'xmlns'.

    Source Error:





    Code:
    Line 5:       A full list of settings and comments can be found in machine.config.comments usually
    Line 6:       located in \Windows\Microsft.Net\Frameworks\v1.x\Config -->
    Line 7:  <configuration xmlns="http://www.padmashalipelli.com/tis1/web.config">
    Line 8:  	<appSettings/>
    Line 9:  	<connectionStrings/>
    Source File: E:\web\padmashalip\htdocs\web.config Line: 7



    Version Information:Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 <!--
    [ConfigurationException]: Unrecognized attribute 'xmlns'. (E:\web\padmashalip\htdocs\web.config line 7)
    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(String path)
    at System.Web.HttpContext.GetAppLKGConfig(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

  3. Hi...

    I have the same problem, but I am working in SharePoint Portal Server 2003. Theerror point to a virtual directory and because the error, I have the server down, and I have done all thinks, disabled Indexing Services, change the appsettings of site into the IIS properties, but I can not solve it. Please if somebody knows about the solution, tell me.


    Server Error in '/_layouts' 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: Unable to load file 'Microsoft.SharePoint.ApplicationPages'.

    Source Error:





    Code:
    Line 256:                <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 257:                <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 258:                <add assembly="*"/>
    Line 259:            </assemblies>
    Line 260:
    Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258


    Best Regards,
    [​IMG]
    Lion Girl
     
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