IIS 405..server.tas 文件

发布于 2024-09-30 18:09:03 字数 527 浏览 1 评论 0原文

我目前正在尝试将 java 小程序与我正在构建的 ASP.NET 站点集成。

小程序是在 thinkmap SDK 框架上构建的。

小程序成功启动,但它抛出有关数据配置文件的错误。

Fatal Error: A fatal error occurred when fetching metadata :  : Remote Error: HTTP Error: 405 Server responded with:HTTP/1.1 405 Method Not Allowed for URL: server.tas Check the server logs or the Thinkmap Application Server status servlet (tas_status) for more details.

该 开发框架支持人员说,他们没有责任帮助我在 IIS 上进行设置,并且不会提供帮助。

IIS 中是否有一个设置我需要调整以允许该文件可访问或映射到扩展名或类似的东西?

谢谢

I am currently trying to integrate a java applet with an ASP.NET site i am building..

The applet is built on the thinkmap SDK framework..

The applet starts successfully however it throws an error about the data configuration file..

Fatal Error: A fatal error occurred when fetching metadata :  : Remote Error: HTTP Error: 405 Server responded with:HTTP/1.1 405 Method Not Allowed for URL: server.tas Check the server logs or the Thinkmap Application Server status servlet (tas_status) for more details.

The company who developed the frameworks support say its not their responsibility to help me set this up on IIS and wont help..

Is there a setting in IIS i need to tweak to allow this file to be accessible or mapped to an extension or anything like that?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烏雲後面有陽光 2024-10-07 18:09:03

看来您在从小程序发送到 IIS Web 服务的请求方面遇到了问题。为了解决这个问题,我建议您首先安装 Fiddler2 并跟踪请求/响应。

然后您将看到确切的请求。您可以将其发布到此处或 google 一下,看看为什么此类请求会被 IIS 阻止。

顺便说一句,如果尝试下载 .tas 文件,它是未知的文件扩展名,并且会被 IIS 阻止,您可以做的是 在 IIS 中添加 MIME 格式。这可能有帮助。

希望有帮助。
丹尼.

It looks like you you have the problem with Request sent from applet to IIS web service. In order to troubleshot it I recommend you first of all to install Fiddler2 and trace request/response.

Then you will see the exact request. You can post it here or google it and see why such requests are blocked by IIS.

By the way, if are trying to download .tas file it's unknown file extention and it will be blocked by IIS what you can do is to add MIME format in IIS. it might help.

Hope it helps.
Danny.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文