I got the Office Server SP1 installed on my MOSS development machine the other day and thought it would be a great time to try building a Ajax WebPart.
These are the steps I did to prepare my WSS/MOSS environment for the Ajax Extensions:
- Download the ASP.NET 2.0 Ajax Extensions and installed them
- Modified the web.config for my SharePoint site found in c:\inetpub\wwwroot\wss\VirtualDirectories\80 as per the MSDN article here. The only difference with my configuration was Step 3b, I had to comment those lines or I received a site error
<!–
<controls>
<add tagPrefix="asp" namespace="System.Web.UI"
assembly="System.Web.Extensions, Version=1.0.61025.0
Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</controls>
–>- Now onto my Ajax WebPart….stay tuned
Technorati Tags: SharePoint, Ajax
No comments yet... Be the first to leave a reply!