嵌入在 iis 托管页面中的 vbscript 未执行
我继承了一个古老的经典 asp 应用程序。我正在尝试让它在 windows xp 上的 iis 上本地运行。我在执行 vbscript 片段时遇到问题。 然后我创建了一个简单的 vbscript hello world 页面,但它仍然没有按预期执行和渲染。
有谁知道是否有一个iis设置不允许vbscript执行?
感谢您的任何想法。
I inherited an old classic asp app. I am trying to get it to run locally on iis on windows xp. I am having trouble getting the vbscript pieces to execute.
I then went and created a simple vbscript hello world page and it still is not executing and rendering as expected.
Does anyone know if there is an iis setting that will not allow vbscript to execute?
Thanks for any thoughts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了这个问题 - 它实际上最终是一个浏览器问题。这是使用一个浏览器的不正确版本以及另一个浏览器上的一些默认内部设置的组合。
抱歉造成任何混乱。
I found the issue - it actually ended up being a browser issue. It was a combination of using an incorrect version of one browser coupled with some default internal settings on another browser.
sorry for any confusion.