After <b>ASP.NET 3.5</b> has been installed you need to modify the
<b>web.config</b> file of your MOSS web site with a few Ajax specific
entries. Typically, the web.config file is located in
<b>c:\inetpub\wwwroot\wss\virtualdirectories\80</b>
1. Add the following <b><sectionGroup></b> element in the
<b><configSections></b> tag:
2. Add the following <b><controls></b> section as a child of the
<b><system.web>/<pages></b> tag:
3. Add the following tag to the <b><assemblies></b> tag, within
the <b><compilation></b> element:
4. Register the following HTTP handlers at the end of the
<b><httpHandlers></b> section:
5. Add the following HTTP module registration to the
<b><httpModules></b> section beneath any existing modules:
6. Add a SafeControl entry for the System.Web.UI namespace from the
System.Web.Extensions assembly within the
<b><SharePoint>/<SafeControls></b> section:
7. Since the RadEditor dll files, which are in the wsp package, are
complied for .NET 2.0 framework, you need to add the following code to the
<runtime><assemblyBinding> section.
8. Finally, add the following configuration tags at the bottom of
web.config, just before the end of the <b><configuration></b> tag: