Hello
First of all i must say that the book is g-r-e-a-t !!!
i built site that very similar to the final project of PlanetWrox from the book. on my localhost the site works great ! but i uploaded the site to GoDaddy, i made the sql file and uploaded it at GoDaddy on the query analyzer.
i have problem at this page:
http://grafiko.co.il/index2.aspx
( Server Error in '/' Application.
Line 41: #endregion
Line 42:
Line 43: public GrafikoDataContext() :
Line 44: base(global::System.Configuration.ConfigurationMan ager.ConnectionStrings["GrafikoDataContextConnectionString1"].ConnectionString, mappingSource)
Line 45: {
Source File: d(....)\App_Code\Grafiko.designer.cs Line: 43
again, at my localhost that works great.
that how start my desginer.cs file:::::
--------------------------------
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Linq;
using System.Data.Linq.Mapping;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
[global::System.Data.Linq.Mapping.DatabaseAttribute (Name="Grafiko")]
public partial class GrafikoDataContext: System.Data.Linq.DataContext
----------------------------
i really don't know what to do... i need to do somthing with the .dbml at godaddy?
i uploaded the app_code directory and i gave the premmisions to modify.
mmmm i don't know what to do, help me. thanks :)