Help, help. I have a Web Pages 2 application/site developed in WebMatrix 2 using an SQL Compact Edition (.sdf) database. Sounds simple. Runs fine on my local development machine. The problem is what happens upon FTP to the Web host (WinHost). Bad things. Apparently all assemblies/dlls needed for the application to run properly are NOT automatically being uploaded to the hosting server. The folks at WinHost pointed me to an old blog post stating this fact: http://blog.winhost.com/beware-of-the-ide-browser-view-mode/
So the question is, why does Microsoft hate us? Oops! Sorry. I mean to ask, How do I determine exactly what dependencies are not being uploaded automatically by WebMatrix? And the second question is, how do I include them? Is there a way to force WebMatrix to install ALL needed assemblies/dlls in the application itself to make it run without complaint on the host machine?