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
http://ajaxifymoss.codeplex.com/releases/view/13360
No comments:
Post a Comment