Hi,
Im using VS2008 and 3.5 Framework. In my project im
created webpart that will load any usercontrol in SharePoint site, for
the same i need to add some stuff in web.config. when running process
im adding usercontrol with LinqDataSource, where im getting error that
"Unknown Server tag as <asp:LinqDataSource>", for this need i
need to add new SafeControl Asssembly for LinqDataSource like this...
<SafeControl
Assembly="System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls"
TypeName="ObjectDataSource" Safe="False" AllowRemoteDesigner="False"
/>
Can anyone help me to fix the error...
Regards
Jai