This question is locked. New answers and comments are not allowed.
I built the project Silverlight, RIA WCF: defualt.html (work silverlight) and test.aspx. Added ORMTelerik. In test.aspx Bind Users with the table and brought in asp: ListView. And also build your working project in silverlight defualt.html.
All successful:
1. Run test.aspx, displays a table on the page.
2. Run defualt.html displays the program run in Silverlight.
Spread in IIS:
1. Run test.aspx, displays a table on the page.
2. Run defualt.html, Silverlight program produces an error:
System.ServiceModel.DomainServices.Client.DomainOperationException ....
The remote server returned an error: NotFound ---> System.ServiceModelCommunicationException; .... , ---> System.Net.WebException.
How to test SilverlightServices? ( Because of the opening URI WebDomainClient, no results even in IIS Express.)
How to lay out a project in IIS?, That I can do that is not correct ? ( spread through the publication of the context menu project and choose either Local IIS, or FTP)
How to fix ?
All successful:
1. Run test.aspx, displays a table on the page.
2. Run defualt.html displays the program run in Silverlight.
Spread in IIS:
1. Run test.aspx, displays a table on the page.
2. Run defualt.html, Silverlight program produces an error:
System.ServiceModel.DomainServices.Client.DomainOperationException ....
The remote server returned an error: NotFound ---> System.ServiceModelCommunicationException; .... , ---> System.Net.WebException.
How to test SilverlightServices? ( Because of the opening URI WebDomainClient, no results even in IIS Express.)
How to lay out a project in IIS?, That I can do that is not correct ? ( spread through the publication of the context menu project and choose either Local IIS, or FTP)
How to fix ?