Error 404 Page not found - The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. The directory or file specified does not exist in the web server, The URL contains a typographical error. A customer filter or module, such as URLScan, restricts access to the file.
---------------
None of my services working, I tried to change the application pool Identity to LocalSystem. I'm sure the issue it is not from code, something with IIS.
I tried many time to find a solution for this problem since 4 days, I found many solution but unfortunately none of them work with me
A 404 (Not Found) means the URL resource was not found. There's not much we can do without code or configuration that reproduces this issue. Can you share your code?
Unfortunately the code I don't have it, because it services for company...
I tried many times to check the code and the url I'm sure it is correct, but there is a problem maybe with IIS,
because the same project, same code, same services it is working on another PC, I tried the project on more than 2 or 3 PC, it is working, but on this PC ( Windows server ) it is not working??
Unfortunately the code I don't have it, because it services for company...
I tried many times to check the code and the url I'm sure it is correct, but there is a problem maybe with IIS,
because the same project, same code, same services it is working on another PC, I tried the project on more than 2 or 3 PC, it is working, but on this PC ( Windows server ) it is not working??
Contact your network administrator for assistance. Perhaps you need to open a firewall port.
Yeah I recently went through this hell with an ASP.NET WebAPI service where a different version of a DLL was in the Bin folder than what the program manifest wanted. But first, I had to expose the true error other than the 404 error I was getting. I think
the only way I was able to track it down is I was using local IIS on my development machine and got the true error to expose itself.
If you find the post has answered your issue, then please mark post as 'answered'.
Member
49 Points
121 Posts
WCF Service - Error 404 Page not found - The resource you are looking for has been removed
Mar 03, 2019 06:58 PM|Khalid Salameh|LINK
Dear Team,
Error 404 Page not found - The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
The directory or file specified does not exist in the web server, The URL contains a typographical error. A customer filter or module, such as URLScan, restricts access to the file.
---------------
None of my services working, I tried to change the application pool Identity to LocalSystem. I'm sure the issue it is not from code, something with IIS.
I tried many time to find a solution for this problem since 4 days, I found many solution but unfortunately none of them work with me
My Software details:
IIS Version: 8.5
Windows Server 2012 R2
All-Star
53001 Points
23587 Posts
Re: WCF Service - Error 404 Page not found - The resource you are looking for has been removed
Mar 03, 2019 10:19 PM|mgebhard|LINK
A 404 (Not Found) means the URL resource was not found. There's not much we can do without code or configuration that reproduces this issue. Can you share your code?
Member
49 Points
121 Posts
Re: WCF Service - Error 404 Page not found - The resource you are looking for has been removed
Mar 06, 2019 05:36 PM|Khalid Salameh|LINK
Dear mgebhard,
Unfortunately the code I don't have it, because it services for company...
I tried many times to check the code and the url I'm sure it is correct, but there is a problem maybe with IIS,
because the same project, same code, same services it is working on another PC, I tried the project on more than 2 or 3 PC, it is working, but on this PC ( Windows server ) it is not working??
All-Star
53001 Points
23587 Posts
Re: WCF Service - Error 404 Page not found - The resource you are looking for has been removed
Mar 06, 2019 06:11 PM|mgebhard|LINK
Contact your network administrator for assistance. Perhaps you need to open a firewall port.
Contributor
4923 Points
4198 Posts
Re: WCF Service - Error 404 Page not found - The resource you are looking for has been removed
Mar 07, 2019 04:06 AM|DA924|LINK
Yeah I recently went through this hell with an ASP.NET WebAPI service where a different version of a DLL was in the Bin folder than what the program manifest wanted. But first, I had to expose the true error other than the 404 error I was getting. I think the only way I was able to track it down is I was using local IIS on my development machine and got the true error to expose itself.