Configuration Error

Discussion in 'ASP.NET 2.0' started by Takeshi Eto, May 13, 2005.

  1. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    The temporary url and the production site/domain are the same location. The production webservers have an ASP.NET 1.1 environement.

    You can sign up for an ASP.NET 2.0 beta hosting test account via your control panel. More details on the ASP.NET 2.0 beta hosting account can be found here: http://www.discountasp.net/sp_aspnet2.aspx

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  2. Below is the error I receive when I try to open my web site. It runs fine on my hard drive . I have changed very little from the web that is created by Visual Web DFeveloper. What do i ned to change?

    Tom
    Parser Error Message: Unrecognized attribute 'xmlns'.

    Source Error:






    Code:
    Line 1:  
    Line 2:  <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    Line 3:  	<connectionStrings>
    Line 4:  		<add name="Personal" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Personal.mdf" providerName="System.Data.SqlClient"/>
    Source File: E:\web\mukundaneco\htdocs\web.config Line: 2
     
  3. You are getting this error because you aretrying to run an ASP.NET 2.0 page on your regular hosting account, you can only run ASP.NET 2.0 page on the beta hosting server.
     
  4. I have deployed the site to the temporary url they gave me: What is a beta hosting account and how Ido i deploy there?

    Thank you
     
  5. Thank you for your help. I finally deployed to my beta host but now I am getting this error











    Web Page Unavailable

    We're sorry, the web page you are trying to reach is unavailable.

    Please contact the website adminstrator.

    We apologize for the inconvenience.


    Thank you. Hope you can help!
     
  6. Can you post your URL so we can see the error?
     

Share This Page