Hello, I have download new setup and install in to c:\program files directory. After this I have decided to copy all of the files from the WEB SITE folder to c:\inetpub\WWWROOT folder.
now, I connect to the website and I can see strange texts:
so, I have 2 questions...
1. how can I correct this messages t the correct ones? 2. what is the default username/password pairs to login to the CRM system?
There was no need to copy the files to the wwwroot. Just use IIS to change the directory for the root site to the SplendidCRM Web Site folder.
The error below suggests that there was a problem connecting to the database. Use the SystemCheck.aspx at the root of the web site to help diagnose the database connection problem.
Once the database connection issue is resolved, the login is admin and the password is also admin.
After running that, I get:
Login failed for user 'IIS APPPOOL\sp.mysite.net'. You must be an administrator to reload the application.
sp.mysite.net is not the normal use to use for a web application. Please either give this user proper access to the SplendidCRM site and files or change back to the default user for IIS.
Thanks!