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 ?
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 have a web site on local disc and another on unc disk
i saw lots of 500 error on logs
i wanted to search the problem
problem is look like this
when i try to reach on local site
http://localhost/http://foo-bar.com
i get a 404 not found error
but
when i try to reach it on unc site
i get a 500.19 configuration error like this
Detailed Error Information:
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x800700a1
Config Error Cannot read configuration file
Config File \\?\UNC\NAS1\SharedStorage\WebApplications\Default\www\http:\web.config
Requested URL http://localhost:80/http:/foo-bar.com
Physical Path \\NAS1\SharedStorage\WebApplications\Default\www\http:\foo-bar.com
Logon Method Not yet determined
Logon User Not yet determined
unc site has a full permission with administrative right
iis not started to use any modules before i get this error, so i cant use failed request tracing rule
I am an intern in an interactive media company, my employers have many websites they host for small businesses. When any of the websites URL's is accessed on the web it works great, altough when you place "/test" behind the url and enter it comes up with the 500.19 internal server error, stating the configuration file path is invalid. While it should just be giving the 404 error.
We did not create the /test site. We also have URL rewrite installed and functioning but we really need to know what is causing this error. As I said it needs to give a 404 error and than perhaps we can have it rewrite this URL.
If anyone has any idea what is going on here please help. Searching the web has yielded zero results. Below I will paste the full error report.
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070003
Config Error Cannot read configuration file
Config File \\?\D:\Sites\vhosts\***********.com\httpdocs\test\web.config
Requested URL http://***.*************.com:80/test
Physical Path D:\Sites\vhosts\************.com\httpdocs\test
Logon Method Not yet determined
Logon User Not yet determined
Config Source
-1:
0:
I created a new IIS site and pointing to a directory and the directory has no files
Made sure the bindings are good meaning old url is here inside.company.com
Clicked on the "http redirect" and put in my new url inside.newcompany.com
when i type inside.newcompany.com is resolves thru browser so i made sure that url resolves and good to go. however, the old inside.company.com should redirect if i did it correct (step 1 thru 3). instead I am getting 500 error.
could you please help me on where next i should look.
Sorry: It's IIS 6.1 (build 7601: sp1)
Grant "Everyone" account read access to the web folder and 500 went away.
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.