system.web.extensions and web.config [modified]
-
I am trying to add controls to the toolbox for an Ajax site I am building (VS2005 & C#). I have a sample web.config and it suggests that I need a section called:
sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
However, I already have a similar section called:sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup, Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Which one should I be using ? Thanks. -- modified at 15:37 Friday 2nd February, 2007 -
I am trying to add controls to the toolbox for an Ajax site I am building (VS2005 & C#). I have a sample web.config and it suggests that I need a section called:
sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
However, I already have a similar section called:sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup, Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Which one should I be using ? Thanks. -- modified at 15:37 Friday 2nd February, 2007