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
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
Related
I was getting "HTTP 403 error Microsoft Edge can’t get to this page", while launching an application from IIS in Windows 10. Please suggest a solution for this.
thanks
If all permissions are set and even though your website shows 403 forbidden, most likely the default page is not set for your website. With IIS, you can configure the default document as follows.
Connect to IIS.
Expand the sites and select the desired website.
From right hand side feature view, click on Default Document.
Set your desire default page and save the settings.
While you browse any website, IIS searches for the default page to be displayed. If the first default document is not available, IIS will look for the next default page from the list. When IIS is unable to find any match and directory listing is enabled for that particular website, IIS will show you the list of folders. If directory listing is disabled, IIS will return an HTTP Error 403 - Forbidden message to the browser.
If an empty application gives you a 403 I can think of two immediate reasons.
The permissions are wrong. You might need to give the application pool user (IIS AppPool\NAMEOFAPPPOOL with recommended configuration) read permission to the directory.
You don't have any content. If you try to access a directory in IIS you will get a 403. Add a file and try to access that directly, or a Default.aspx or index.html file to the directory you're trying to access.
I use IIS 8 on windows server 2012 R2 .
when I Browse pages on IIS, some of them was shown, and some of them has occurred to 404 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 know that pages are exist and the name is correct.
I have this site on another computer too, that works well and open all pages correctly, but in this computer some pages have the above error. both computer have the same role and features on IIS .
what should I do ?
I have created a WebSite in IIS, with the following correct full pathname:
d:\inetpub\wwwroot\nameofsite
When I try and browse for this site, I get a 404 resource missing error. From the webserver, the error states it is looking for the resource in d:\inetpub\webmail\nameofsite. When I move the resource to this location, it works. I don't understand why it would claim the resources are in inetpub\webmail dir, when I never specified it there. I deleted the site, and created it again, in case I did it by accident, but it still does it.
What is going wrong?
Where can i find the default htm file, mapped to show the 404 error in Sharepoint service 2.0. Currently whenever the request for a site hits the 404 error, it goes to the default page, but the point to note here is, which is not the one we set in IIS custom error option.
My requirement here is to make few modification in the 404 error page. I tried mapping the request to a custom error page with <customErros> tag in web.config. But unfortunately, its still showing the default 404 error page. When i checked the viewsource of the error page i can see some comments like, res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
Any idea about this? Thanks in advance
I haven't had to do this but this entry looks quite reasonable: http://blogs.msdn.com/b/jingmeili/archive/2007/04/08/how-to-create-your-own-custom-404-error-page-and-handle-redirect-in-sharepoint-2007-moss.aspx
Basically when you install WSS it hi-jacks IIS. You can still do most of the things you would expect but you need to go through the Central Administration pages and the XML files that control many aspects of SharePoint.
I have to move a site from one server to another. I saved the site as a template and uploaded to the site templates of another server. Now when i try to create a site in the destination server using that template then it redirects me to a 404 error page which says
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 dont have any access to the destination server but the site which i am working in I am the site collection admin.
Any Suggestions are highly appreciated.....
Check the root path you have declared.
Maybe you left the old one.