In the tutorial guide under the section "Creating your own solution" it says:
6. Copy all the DLL files (except for UltimateSpellSampleSL.Web.dll) from C:\inetpub\wwwroot\Karamasoft\SL4.0\UltimateSpellSL\v1.0\Demos\UltimateSpellSampleSL.Web\Bin to C:\users\yourname\documents\visual studio 2010\Projects\SilverlightApplication1\SilverlightApplication1.Web\bin.
7. Copy the UltimateSpellInclude directories from C:\inetpub\wwwroot\Karamasoft\SL4.0\UltimateSpellSL\v1.0\Demos\UltimateSpellSampleSL.Web to C:\users\yourname\documents\visual studio 2010\Projects\SilverlightApplication1\SilverlightApplication1.Web.
And then it says to update my web.config file under the SilverlightApplication1.Web directory. However, my Silverlight application is hosted in my web site in the solution. My silverlight application is called ThreadInfo and there is no folder called ThreadInfo.Web. Where do I copy the files in steps 6 and 7 and what about the web.config file?
Thanks for any advise!