I know that is a commen problem, but i have been banging my head on the desk trying to get my site to run on GoDaddy. I am using the personal starter kit C#. And i think it is the random image on the default page, but i am not possitve.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found.
Here is the code:
<asp:ObjectDataSource ID="ObjectDataSource1" Runat="server" TypeName="PhotoManager"
SelectMethod="GetPhotos">
</asp:ObjectDataSource>
I haven't written anything in the back code.