Installing Silverlight 4 in Windows server 2012, Ria service applications not working

I have the flowing setup

I need to make this applications work but I tried about anything to make this setup work. Any one know What i need to install to make Ria services work in this environment.

Already tried to install ria service on the server and using the option SERVER=true

I just keep getting the 404 when trying to connect to the server on web-config. I tried to include the wcf tracing on the web-config but the trace doesn't register anything.

Anyone have a step by step installation guild from a just installed server to a server that cans run ria service application of silverlight 4?

already tried everything here WCF RIA Service deployment issue

Upvotes: 2

Views: 3467

Answers (1)

John
John

Reputation: 7059

You also need the HTTP Activation feature installed for your IIS.

http://social.msdn.microsoft.com/Forums/en-US/silverlightwcf/thread/6539af8b-96f1-4c4b-b03e-3973f3a5744f

Upvotes: 3

Related Questions