Classifieds , problem loading site please HELP!!

Discussion in 'ASP.NET Starter Kits' started by wAsp, Jan 14, 2007.

  1. To all Experts , please help.
    I saw some posts from you realted to classifieds starter kit.
    I really need your help to get started.
    I downloaded the started kit and built it on my PC and it works fine on my PC.
    I created users in Visual web developerusing the menu website>asp.net> website config. And also some posts in the classifieds after creating the users.

    I then uploaded the website files to discountasp through a ftp program.I also copied the database .mdf files in App_Data.
    There are 2 databases so I got hosting for 2 DBs.
    Aspnetdb.mdf and classifiedsdb.mdf
    I attached the dbs to their corresponding DBs in discount asp.
    I then changed the connection strings for both DBs as they are given in my DB control panel by discountasp.
    However, my site does not load withthe default.aspx, I get an error :
    A error occure please contact the site admin.

    However, the welcome.html loads.
    Some thing is wrong with the DB.
    Please help!!

    Thanks
    wasp.
     
  2. Make sure that your Localsqlserver and classifiedsConnection connectionstring have ASPNET database and classifiedsdb database information respectively and not the other way round.

    Also,set CustomeErrors to off to see what the exact error is?(<customErrors mode='Off' />

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page