Hi. I've been googling this problem for hours, and have gone through most of the forum questions trying to find the answer to my problem.
I have a silverlight application, which is as basic as they come - it has a text box that asks you for a video title. If you put in a title, or even the beginning letter of the file name, and then click "search", it queries a SQL database and the results are delivered into a data grid. It runs perfectly on my local development workstation (through visual studio '08). However, when I try to host it with IIS (I have tried this on both my local workstation and the live web server), the initial front-end of my application appears (which is being called from a .xaml), but as soon as I click the "Search" button, it takes me to a blank page. So I know that the .xaml is fine, otherwise, I wouldn't be able to see the text box and search button.
I have registered MIME types for .xap, .xaml and .xbap in IIS. I can download the .xap file from the URL. Everything I have read keeps pointing back to registering the .xap file. But that doesn't seem to be the problem in this case.
I have even gone so far as to putting the application on the same server as the SQL database, as I thought authentication was the problem originally. And maybe it still is, I'm not sure. I created an account for the anonymous access in IIS, and gave that account the proper permissions in SQL as well. Am I missing a step, as far as the authentication goes? (I'm using windows authentication).
This is driving me nuts. So if anyone could help me out here, I would be forever grateful!!!!
Jess