<update date="4/29/09">
- added in ModificationEntires for dependant assemblies
(thanks Kyle Morris!)
- added soultion to codeplex source control
</update>
<update date="9/18/08">
fixed the bug caused by the Namespace="System.Web.UI" problem.
</update>
Make sure you have installed
MOSS Service Pack 1 and
ASP.NET AJAX to the MOSS environment before using these commands.
Download the zip file, extract it, and execute deploy.cmd on your MOSS environment. The stsadm commands for ajaxifying MOSS will then be available.
- add asp.net ajax to web.config
stsadm -o addajax -url http://your.moss.webapplication
-remove asp.net ajax from web.config
stsadm -o removeajax -url http://your.moss.webapplication
- add .Net 3.5 ajax to web.config
stsadm -o addajax35 -url http://your.moss.webapplication
-remove .Net 3.5 ajax from web.config
stsadm -o removeajax35 -url http://your.moss.webapplication
To build source, please make sure you have the
WSP Project Template