I have a silverlight application with one report. It builds and runs fine in visual studio 2013. I deployed that web application on my localhost and it is throwing "The remote server returned an error : NotFound" error.
I tried following things...none of them worked out -
Build x86 and published
Set 32 bit setting true in IIS
Every folder has complete access rights
and I can't get the description of the error, even if I put includeExceptionDetailInFaults="true".
Please help.
Thank You