Reputation: 1
I've been facing this problem in the last hours, I can no longer open orchard cms, it always prompt me an error saying
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
But Strangely I still can open my Admin Page/Dashboard.
I use a page as a Home Page, now when I view this page from the Admin area I can open the webpage successfully! e.g http://domain:9999/homepage but when I click on the home domain http://domain:9999/
i always get this error
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly
I hope my question is not too confusing, the summary is that I cannot Access the main root webpage domain:9999 but still can access all it's pages domain:9999/page
Please help Thanks
Upvotes: 1
Views: 491
Reputation: 2318
I had the same error but the cause was a MySQL database that could not be reached.
My web browser displayed the same error: The resource cannot be found.
If you check the logfile you may find the error: Access denied for user ''@'localhost' (using password: YES)
Solution: Check the connection string. You can find it in: ~\App_Data\Sites\Default\Settings.txt
Upvotes: 0