Help - Version Error! - Can't Seem to Fix It.

Discussion in 'ASP.NET 2.0' started by Takeshi Eto, Jun 8, 2005.

  1. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    We do not install beta frameworks on the production webservers. Please use the ASP.NET 2.0 beta test servers for testing ASP.NET 2.0 apps.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  2. So, is there no way to use asp.net on a real "www" website?

    If not, is there any way I can convince my Visual Web Developer App
    to run on Asp.Net 1.X

    Thanks again for your help.
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    We do not point customer domains to the ASP.NET 2.0 beta hosting, as ASP.NET 2.0 is still in beta and should not be used for production sites. Customer's domains point to the production webservers which run ASP.NET 1.1. Customers are welcome to test out ASP.NET 2.0 beta applications in the test environment.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. When I upload my site this is the error I get. It works perfectly on my local machine, and doesn't work online. The address is http://www.indexchecker.com and click on the default.aspx file.


    Thanks for your help.
    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 8:      \Windows\Microsoft.Net\Framework\v2.x\Config 
    Line 9:  -->
    Line 10: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    Line 11: 	<appSettings/>
    Line 12: 	<connectionStrings/>
    Source File: E:\web\indexchecke\htdocs\web.config Line: 10



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

Share This Page