Win8.1 + VS2013 tested by yijian
1. Enable and disable the IIS,. net framework4.5 advanced services (including asp. net4.5 and WCF), and. net framework3.5 (including two WCF) in windows );
2. Start IIS manager, delete the default website, add a website named myWeb, and set the physical path, such as D: \ user \ Documents \ wwwroot. OK;
3. VS2013 open the silverlightHelloWorld project, right-click. web Project-> Publish ..., create a configuration file. Release the file system as the file system. Select D: \ user \ Documents \ wwwroot as the target location, and set it to Release for Release;
4. Open http: // localhost/SilverlightHelloWorldTestPage.html in the browser and confirm the release is successful.
Tip:
It is best not to use a lower version of the operating system, otherwise it will be enough for you.
If your project needs to, you may also need to add the IUSR and IIS_IUSRS user modification permissions for the wwwroot directory.