I wrote my server in C++, and my client is programing using silverlight.I configure the web server on IIS. It works good.
But the client doesn't connect to the server when I configure the web server on Apache instead of IIS.There is no response from server.What's wrong?How can I configure Apache server working with silverlight?

Reply With Quote