1. Install IIS and. NET Framework 3.5 SP1 (SP1 is required for ADO. NET data services)
2. You can select only one authentication method.
A) Select the published website or virtual directory, right-click the website or virtual directory, and choose Properties]
B) Select the Directory Security page.
C) Click the edit button.
D) except for anonymous access, click out (as shown in Figure). Of course, you can also click out the anonymous access mode. select another one, this situation is applicable to non-open applications with high security requirements)
E)
3. If the Silverlight content cannot be displayed, it is likely that IIS does not recognize its type, and the corresponding MIME type is added.
A) Open the "properties" dialog box for the website or virtual directory.
B) Select the HTTP header page.
C) Click file type.
D) if the [. XAML] [. xap] type does not exist, click the [New Type] button. The corresponding relationship is as follows:
I.. XAML-application/XAML + XML
Ii. xap-application/X-Silverlight-app
4. If the. SVC type cannot be viewed, it may be an applicationProgramIng not done
A) Open the "properties" dialog box for the website or virtual directory.
B) Select the Home Directory page.
C) click Configuration.
D)
E) if the [. SVC] ing does not exist, add it by yourself.
F) if it already exists, you can edit its operation restrictions, including but not limited to [delete, put, get, Head, post, debug, merge ], select different configurations based on the actual data service usage
5. even if all of the above are done, you may find that you have not seen the data for a long time since the program was running (this often happens in a virtual machine). At this time, you should wait patiently for a while, as long as the data is available within an acceptable period of time, it indicates that all parts of the system work normally. After the system is officially released to the server, the performance should not be a problem, it may be other problems. Bing [or Google or Baidu], ^ _ ^
Ref: http://www.cnblogs.com/myriadstones/archive/2009/09/27/silverlightdataservicesiis.html