Hello everybody, let me trouble you with question
Situation is:
Windows 8 RC, Visual Studio 12 RC, IIS 8
If to create new project using Silverlight Application blank with Name - "web", Solution name - "\example", Web project name - "home"(for example), add to "home" service - add/new item/Silverlight/Silverlight-enabled WCF Service setting at home properties/Web: Use Local IIS Web server - true Use IIS Express - true everything is fine - with such properties Service Reference adding to "web" project without any problem
But to gebug service using large data size, possible to use just "Local IIS Web server" not "IIS Express" (Use Local IIS Web server - true; Use IIS Express - false)
And in this case impossibele to add Service Reference: " There was an error downloading 'http://localhost/home/Service1.svc/_vti_bin/ListData.svc/$metadata'. The request failed with HTTP status 404: Not Found. Metadata contains a reference that cannot be resolved: 'http://localhost/home/Service1.svc'. The remote server returned an unexpected response: (405) Method Not Allowed. The remote server returned an error: (405) Method Not Allowed. If the service is defined in the current solution, try building the solution and adding the service reference again. "
May be somebody has idea to solve this problem?