0
Hi, I’ve tried most things on the web to resolve this issue, but I keep getting error "HTTP Error 404.17 - Not Found".
I’ve been around servicemodelreg -i
I’ve circled aspnet_regiis.exe -i
I’ve already put permissions in the folder, I’ve put access for anyone in the service, I’ve removed IIS modules that blocked svc, I’ve put them in anonymous access, I’ve already gone to enable services and enabled everything from IIS, and even with the 4.5 framework installed I could only manage (I only had the option) to enable WCF framework 3.5, but I did....
Anyway, I’ve tried a lot and keep giving this error in a service registered in IIS.
It is a Windows Server 2008.
What else can I do? I am about 4 days with this problem (usually I stop and I will program something else and I come back to this problem when the head cools) but nothing.
Can you help me?
-------------------- EDIT:
I already tried to make a WCF in 3.5 and also did not run on the server.
I installed 4.5.2 from this link: http://www.microsoft.com/en-us/download/details.aspx?id=42643
Try adding this to your web.config: <system.webserver> <modules runAllManagedModulesForAllRequests="true" /> </system.webserver>
– Tiago César Oliveira
Another thing: Windows Server 2008 does not run framework 4.5
– Tiago César Oliveira
@Tiagocésaroliveira already had <modules runAllManagedModulesForAllRequests="true" /> in my web config
– MayogaX
You spun
servicemodelreg -i
from inside the folder in 3.5?– Tiago César Oliveira
@Tiagocésaroliveira but I installed 4.5.2 from here: http://www.microsoft.com/en-us/download/details.aspx?id=42643 and I have websites made on 4.5 that run on the same server. Or do you mean that only WCF 4.5 does not run? And I did a test: I created a 3.5 service and also gave error in the same server
– MayogaX
fault mine, sorry. Well, I only have left the guess of servicemodelreg, same :/
– Tiago César Oliveira
@Tiagocésaroliveira I circled this command in the folder of 4.0, in the 3.5 gave non-existent command error
– MayogaX
in this case you run in the folder of 2.0 or 3.0 (I can’t remember which of the two is the base version)
– Tiago César Oliveira
Priscila, have you checked this link? http://gasparnagy.com/2014/01/enable-net-4-0-wcf-hosing-in-iis-8/
– Thiago Custodio
@Thiagocustodio I tried, but it does not arrive in the 4th image... o_o there is something very wrong with this server and I’m thinking of abandoning it :/
– MayogaX