Database error running the club website starter kit app


Hello Forum Members,

I downloaded the release version of Visual Studio Web Express and then installed the club web site starter kit.  I created a new web site using the template and then tried to run it.  It looks like the database file is not compatible with the database instance.

Any help or advise would be greatly appreciated.

 

Server Error in '/Club Web Site Starter Kit1' Application.


Answer this question

Database error running the club website starter kit app

  • Sjorritsma

    • Download the SQL script (packaged as an executable) that can create the tables and stored procedures.
    • In the SQL Server Management Studio connect to a Developer Edition or Express Edition instance and create a new empty database named clubsite.
    • Open the SQL Script in SQL Server Management Studio and run it against the clubsite database.
    • Detach the database by rightclicking on the database node, choosing Tasks | Detach.
    • Move the clubsite.mdf over the App_Data folder of the ASP.NET web application.
    • Run the web application.


  • S.Mc

    The management studio is just like the enterprise manager that was installed on thefull versions of SQL 2000. You will not get this with the express editions of SQL 2005, but there is a seperate download that you can use to manage you sql 2005 express edition databases,

    Microsoft SQL Server Management Studio Express - Community Technical Preview (CTP) November 2005



  • Daemon5577

    The membership provider and related security controls have the security set to high by default, this can be turned off. With it on you need to use a strong password.

    Changing the password Complexity in ASP.NET v2.0
    ------------------------------------------------
    http://weblogs.asp.net/owscott/archive/2005/05/11/406550.aspx
    http://forums.asp.net/896067/ShowPost.aspx


  • Patrick24601

    I'm having a HARD time with the kit. I'm VERY NEW to this just started a day ago.

    I have alot of errors. I don't know what a "server tag" is. I don't know what to do.

    Server Error in '/GISGPSDEPT' Application.

  • Arian K.

    Hello, i just want to ask something related to club starter kit. Every time i run the site and register for a new user it reports an error saying that the database is read only. Anyone there who can tell where to change this

    Any help or advice will greatly be appreciated. :)



  • Mamincuz

    the error mean that you need to insert one non varchar key like '$ or # or @'. please try with that.

    HTH,
    Myo Zaw



  • Vasya

    Check the thread below for the current version of the kit and some tutorials of how to use it. Hope this helps.

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2084157&SiteID=1



  • jhy

     would like to also say that i do enter a minimum of 7 char

    and also I enter one numeric char. This occurs under the Timetracker kit,
    what happens is that when the program is executed it will go into
    login page if you dont have a user and password name then
    you'll get the option of creating a new user

    Every time I enter a password the same error comes up. 

  • Kamal T

    I just downloaded the new latest version of the club website starter kit and it worked. I remeber that the old Club starter kit did not work with the CTP Versions of Express correclty, maybe you got one of those installs for the starter kit, I would suggest re downloading the kit from www.asp.net and see how that goes.

  • umagi

    I still need more information.  What is the "SQL Server Management Studio "  I see no such thing on my system as part of the SQL Server 2005 Express installation (and I installed all options).
  • Liquidloop

    I have seen exactly the same!
    Anyone help ..... please!

  • Bill Sturdevant

    I am currently having problems with creating a new user

    this happens under visual web developer 2005
    here is what it looks like:


    User Detail
    Sign Up for Your New Account
    Password length minimum: 7. Non-alphanumeric characters required: 1.
     



  • Database error running the club website starter kit app