Browse by Tags

Related Posts

  • Re: Need help identifying error in deployed site

    Here is the full web.config Where can I find the machine config to remove the LocalSqlServer definition you referenced. Thanks for the help. <? xml version = " 1.0 " ?> < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " > < location path = " events_edit.aspx...
    Posted to Club Site Starter Kit (Forum) by wandrson on 01-11-2007, 12:00 AM
    Filed under: aspnet_regsql, connection string, aspnetdb.mdf, MS SQL 2000, web.config
  • Re: Need help identifying error in deployed site

    Here is the full web.config formatted properly: 1 2 < configuration xmlns= "http://schemas.microsoft.com/.NetConfiguration/v2.0" > 3 < location path= "events_edit.aspx" > 4 < system.web > 5 < authorization > 6 < allow roles= "Administrators" /> 7 < deny users= "*" />...
    Posted to Club Site Starter Kit (Forum) by wandrson on 01-11-2007, 12:00 AM
    Filed under: aspnet_regsql, connection string, aspnetdb.mdf, MS SQL 2000, web.config
  • Re: Need help identifying error in deployed site

    Added the clear and it generated a new error message. Basically saying that the LocalSqlServer connection was no longer defined. I changed the name of my second connection from ASPNETDB to LocalSqlServer and this solved the problem. My mistake was in understanding the connection string LocalSqlServer...
    Posted to Club Site Starter Kit (Forum) by wandrson on 01-11-2007, 12:00 AM
    Filed under: aspnet_regsql, connection string, aspnetdb.mdf, MS SQL 2000, web.config
  • Re: Need help identifying error in deployed site

    Thanks. I will give it a try. And no, that isn't the correct ip, database name, user name or password. I changed them to avoid publicly posting them
    Posted to Club Site Starter Kit (Forum) by wandrson on 01-11-2007, 12:00 AM
    Filed under: aspnet_regsql, connection string, aspnetdb.mdf, MS SQL 2000, web.config
Page 1 of 1 (4 items)