Monday, June 14, 2010

Custom stsadm commands for adding/removing needed web.config entries to MOSS Web Applications for ASP.NET AJAX 1.0 and 3.5 extensions

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