Server Error in '/' Application

Discussion in 'ASP.NET 2.0' started by sury, Mar 28, 2008.

  1. [​IMG]Posted Yesterday 2:57 PM











    i am using membership and roles from


    http://www.asp.net/learn/videos/video-45.aspx


    everything works great on local computer when iload files


    to the


    surywebdesi.web701.discountasp.net


    and try to run geting Server Error in '/' Application. Parser Error Message: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty


    need help thx sury
     
  2. are you using url mapping?
     
  3. He's been using SQL Express, I'm currently trying to help. [​IMG]
     
  4. Try inputting this line in your applications web.config file.

    <connectionStrings>
    <remove name='LocalSqlServer' />
    </connectionStrings>

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page