Hi,
this is the structure I have:
The development is done on my machine as follows:
using VS2010, silverlight 4
1- Silverlight application is created as a project
2- silverlight app has service references to the wcf project
3- web project is a simple project which has the clientbin folder and a default.aspx page
When running the .sln on my machine, all works fine.
I have copied the entire folders for both my wcf and web projects from my local machine into the c:\inetpub\wwwroot of the webserver (Windows server 2003).
on the web server, created two virtual directories. One for the web and one for the wcf project. each points to the appropriate folder under c:\inetpub\wwwroot
I made sure the endpoints in the file Servicereferences.ClientConfig under the wcf project in the webserver is pointing to the webservername:80
The webserver does have the correct mime file type i.e. .xap
I have also added the domain policy files onto webserver machine's C:/inetpub/wwwwroot/
In IIS, under the web project virtual directory, when I right click, browse, then it says "Page can not be found"
What have I done wrong please?
Thanks