Hey guys,
I have a silverlight app that I am hosting on my personal machine. This app pulls some data out of a SQL Server DB using WCF web services.
Now, when I connect to the app using the development server everything works, but as soon as I move the files to wwwroot and try and connect with IIS the page loads, but as soon as the request to the web service goes through, nothing happens (obviously it can't find it or something along those lines).
Now, what would I need to set up to get this thing working through IIS 7? I have created an application in IIS manager and placed the .svc file inside.
Thanks in advance...
I have a silverlight app that I am hosting on my personal machine. This app pulls some data out of a SQL Server DB using WCF web services.
Now, when I connect to the app using the development server everything works, but as soon as I move the files to wwwroot and try and connect with IIS the page loads, but as soon as the request to the web service goes through, nothing happens (obviously it can't find it or something along those lines).
Now, what would I need to set up to get this thing working through IIS 7? I have created an application in IIS manager and placed the .svc file inside.
Thanks in advance...