Hi
I've created a custom WSS 3.0 application which uses ASP.NET for AJAX
The problem is that I always have to modify web.config according to this directions
I was just wondering if anyone has created a script to do this so I won't have to edit web.config manually for each server on the farm.
This would really be a best practice to use a script like this since the current scenario will cause problems, e.g. when users extend the current web application. I've seen people do great things with tool like stsadmwebconfig.
If someone hasn't done anything similar then I'll have to create this myself. If I do I'll publish the solution here :)