Installing on a Server 2003 box with SQL Express 2008

Last post 09-06-2008 5:31 PM by QWERTYtech. 2 replies.
Page 1 of 1 (3 items)
  • Installing on a Server 2003 box with SQL Express 2008

    09-04-2008 11:07 PM
    Hi, I just downloaded the trial version of this software to see what I thought of it before I made a decision on what CMS I'm going to use. Upon doing so I did the following things to setup the site but I get the defualt error page for GraffitiCMS. 1. I downloaded the software and installed it on the server. 2. I set it up in IIS 6.0 and rand the Graffiti_Demo.exe 3. I setup a user in my SQL 2008 and setup a DB for it too. 4. I went to the url http://graffiti.netaudiowf.com and couldn't get to the page. What am I doing wrong?
  • Re: Installing on a Server 2003 box with SQL Express 2008

    09-06-2008 10:56 AM

    Ddid you modify the web.config's connection string and data buddy entry?

    Crazeegeekchick.com


  • Re: Installing on a Server 2003 box with SQL Express 2008

    09-06-2008 5:31 PM
    I believe I did it right. I modified the following parts: (not the actual input)

    For SQL Server (SQLDataProvider & SQL2K5DataProvider):
    (If you have a username and password to your database (most common))

    add name="Graffiti" ConnectionString="server=(local);uid=;pwd=;database=Graffiti"

    =========================================================

    Which type of Database are you using. Valid Values: MSAccessProvider, VistaDBProvider, MySQLDataProvider, SQLDataProvider, SQL2K5DataProvider:

    add key="DataBuddy::Provider" value="DataBuddy.SQLDataProvider, DataBuddy"

    =========================================================

    That's all that I was suppose to modify right?
Page 1 of 1 (3 items)