Adam:
MichaelApproved,
Most of this kind of problems are caused by wrong connection string.
Please check your web.config.
If you still have problems, please send your site FTP and SQL Server connection string to me.
Adam is right !
Edit the
web.config file and check this line...
<add key="ConnectionString" value="server=(local);database=CutechatStandalone;uid=test;pwd=test"/>
database=TheNameOfYourDatabase
uid=UserOfTheDatabase
pwd=PasswordOfTheDatabase
For
Microsoft SQL Server 2000Hope it helps !
;-)
Visit...
http://www.kanenas.net
News and ideas about programming