sliverlight + WCF publish a project to IIS

win8.1 + VS2013 test by Author: sword

1. Enable open and close windows feature in IIS, .net framework4.5 advanced services (including asp.net4.5 and WCF) ,. net framework3.5 (including two WCF);
2. Start IIS Manager, delete the default Web site, add a site named myWeb, set the physical path, such as D: \ user \ documents \ wwwroot , determine;
3.VS2013 open silverlightHelloWorld project, right-click .web project -> publish ..., New profile delivery method for the file system, choose the target location D: \ user \ documents \ wwwroot , configured release, release;
4. now open the browser HTTP: //localhost/SilverlightHelloWorldTestPage.html , confirm that the release is successful.

Tip:
best not to use low version of the operating system, otherwise you toss enough.
If your project needs, you may have to add and modify permissions for IUSR IIS_IUSRS wwwroot directory of the user.

Reproduced in: https: //www.cnblogs.com/aswordok/p/3619252.html

Guess you like

Origin blog.csdn.net/weixin_33733810/article/details/93726732