在 Web 配置中为 asp.net 启用 AJAX 的脚本
我创建了一个自定义 WSS 3.0 应用程序,它使用 ASP.NET for AJAX
问题是我总是必须根据 这个说明
我只是想知道是否有人创建了一个脚本来执行此操作,这样我就不必为服务器场中的每台服务器手动编辑 web.config。
这确实是使用这样的脚本的最佳实践,因为当前的场景会导致问题,例如当用户扩展当前的 Web 应用程序时。我见过人们使用 stsadmwebconfig 等工具做出了伟大的事情。
如果有人没有做过类似的事情,那么我就必须自己创建这个。如果我这样做,我会在这里发布解决方案:)
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 :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 Rich Finn 的 Ajaxify MOSS。确保使用
addajax35
选项。另外,Johan 在另一个线程上发布了此下载的链接 Scot Hilier 。据推测它是有效的,但我还没有找到任何关于它实际作用的文档。
Try Ajaxify MOSS by Rich Finn. Make sure to use the
addajax35
option.Also on another thread Johan posted a link to this download by Scot Hilier. Presumably it works but I haven't found any documentation on what it actually does.