when I first put such files under the wwwroot folder and I give users full permission. the error occured.
It says: Cannot open database "communityserver" requested by the login.
Any solutions?
Thanks!
Check that the username and password are correct in you web.config file.
Did you use the Windows Install or the Web Install?
The UKs best resource for the Golf, Bora, Jetta and Scirocco
Audi Forums, Galleries and Blogs
It's the SiteSqlServer key in web.config that contains the username and password required to login to the database, as well as the obvious stuff like the name of the database.
You need to set the database up first though! After creating a blank database, those SQL Scripts have to be run from Query Analyzer in the order specified in the HOW TO SETUP DB.txt file.
Edit the file \Installer\Default.aspx there is a line near the top
bool INSTALLER_ENABLED = false;
change this to true, and save the file....
Then point your browser to the IIS site you made for CS, and add the \installer path
(eg http:\\localhost\cs\installer where cs was the vdir you setup cs in)
the installer will guide you through creating a database, and setting the connection strings, as well as give you the option to install some sample data.
Dan
(dont forget to go back and disable the installer once you have run it)
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com