I am getting problem in using System.Linq; it showing namespace is not there.and GlobalConfiguration also not found
Do you have this assembly added in your <assemblies> node in your web.config?
<assemblies>
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Please, sign in to be able to submit a new answer.